Shades of Deep Fir #023E12
Tints of Deep Fir #023E12
RGB
CMYK
RGB Variations
Color information
#023E12 (or 0x023E12) is known color: Deep Fir. HEX triplet: 02, 3E and 12. RGB value is (2,62,18). Sum of RGB (Red+Green+Blue) = 2+62+18=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #023E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023E12 is #FDC1ED. Grayscale: #272727. Windows color (decimal): -16630254 or 1195522. OLE color: 1195522.
HSL color Cylindrical-coordinate representation of color #023E12: hue angle of 136º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023E12 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 62 | 18 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.76 |
| HSL | 136º | 0.94% | 0.13% | - |
| HSV(B) | 136º | 0.97% | 0.24% | - |
| XYZ | 1.86 | 3.5 | 1.15 | - |
| YUV | 39.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 18 | 0.97 | 0 | 0.71 | 0.76 | 136 | 0.94 | 0.13 |
| Hex | 2 | 3E | 12 | 61 | 0 | 47 | 4C | 88 | 5E | D |
| Octal | 2 | 76 | 22 | 141 | 0 | 107 | 114 | 210 | 136 | 15 |
| Binary | 10 | 111110 | 10010 | 1100001 | 0 | 1000111 | 1001100 | 10001000 | 1011110 | 1101 |
Color Harmonies of #023E12
Complementary color
Monochromatic Colors of #023E12
Black with #023E12
Text Example
Text Example
White with #023E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E12; }
p { color: rgb(2,62,18); }
H1.HeaderClassName
{
color: #023E12;
}
.AnyTagClassName
{
color: #023E12;
}
</style>
background-color css
<style>
a { background-color: #023E12; }
a { background-color: rgb(2,62,18); }
div.DivClassName
{
background-color: #023E12;
}
.BgClassName
{
background-color: #023E12;
}
</style>
border-color css
<style>
span { border-color: #023E12; }
span { border-color: rgb(2,62,18); }
td.TdClassName
{
border-color: #023E12;
}
.TagClassName
{
border-color: #023E12;
}
</style>