Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Deep Forest Green | 232C07 | #232C07 | 35, 44, 7 | 13.73, 17.25, 2.75 | 20.45, 0, 84.09, 82.75 | 74.594594594595, 84.090909090909, 17.254901960784 |
Color #232c07 is Deep Forest Green. In RGB: 13.73, 17.25, 2.75. In CMYK: 20.45, 0, 84.09, 82.75.
div { background: #232c07; color: #000; }
div { background: #232c07; color: #fff; }
div { background: linear-gradient(to bottom, #121800 0%, #39421E 100%); color: #000; }
div { background: linear-gradient(to bottom, #39421E 0%, #121800 100%); color: #000; }
div { background: linear-gradient(to bottom, #121800 0%, #39421E 100%); color: #fff; }
div { background: linear-gradient(to bottom, #39421E 0%, #121800 100%); color: #fff; }
div { border: 1px solid #232c07; }
div { border: 5px solid #232c07; }
div { border: 1px dashed #232c07; }
div { border: 5px dashed #232c07; }
div { border: 1px dotted #232c07; }
div { border: 5px dotted #232c07; }