Shades of Dark Green #023112
Tints of Dark Green #023112
RGB
CMYK
RGB Variations
Color information
#023112 (or 0x023112) is known color: Dark Green. HEX triplet: 02, 31 and 12. RGB value is (2,49,18). Sum of RGB (Red+Green+Blue) = 2+49+18=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #023112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023112 is #FDCEED. Grayscale: #1F1F1F. Windows color (decimal): -16633582 or 1192194. OLE color: 1192194.
HSL color Cylindrical-coordinate representation of color #023112: hue angle of 140.43º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023112 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 49 | 18 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.81 |
| HSL | 140.43º | 0.92% | 0.1% | - |
| HSV(B) | 140.43º | 0.96% | 0.19% | - |
| XYZ | 1.23 | 2.25 | 0.94 | - |
| YUV | 31.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 18 | 0.96 | 0 | 0.63 | 0.81 | 140.43 | 0.92 | 0.1 |
| Hex | 2 | 31 | 12 | 60 | 0 | 3F | 51 | 8C | 5C | A |
| Octal | 2 | 61 | 22 | 140 | 0 | 77 | 121 | 214 | 134 | 12 |
| Binary | 10 | 110001 | 10010 | 1100000 | 0 | 111111 | 1010001 | 10001100 | 1011100 | 1010 |
Color Harmonies of #023112
Complementary color
Monochromatic Colors of #023112
Black with #023112
Text Example
Text Example
White with #023112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023112; }
p { color: rgb(2,49,18); }
H1.HeaderClassName
{
color: #023112;
}
.AnyTagClassName
{
color: #023112;
}
</style>
background-color css
<style>
a { background-color: #023112; }
a { background-color: rgb(2,49,18); }
div.DivClassName
{
background-color: #023112;
}
.BgClassName
{
background-color: #023112;
}
</style>
border-color css
<style>
span { border-color: #023112; }
span { border-color: rgb(2,49,18); }
td.TdClassName
{
border-color: #023112;
}
.TagClassName
{
border-color: #023112;
}
</style>