Shades of Deep Fir #023912
Tints of Deep Fir #023912
RGB
CMYK
RGB Variations
Color information
#023912 (or 0x023912) is known color: Deep Fir. HEX triplet: 02, 39 and 12. RGB value is (2,57,18). Sum of RGB (Red+Green+Blue) = 2+57+18=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #023912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023912 is #FDC6ED. Grayscale: #242424. Windows color (decimal): -16631534 or 1194242. OLE color: 1194242.
HSL color Cylindrical-coordinate representation of color #023912: hue angle of 137.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023912 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 57 | 18 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.78 |
| HSL | 137.45º | 0.93% | 0.12% | - |
| HSV(B) | 137.45º | 0.96% | 0.22% | - |
| XYZ | 1.6 | 2.98 | 1.06 | - |
| YUV | 36.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 18 | 0.96 | 0 | 0.68 | 0.78 | 137.45 | 0.93 | 0.12 |
| Hex | 2 | 39 | 12 | 60 | 0 | 44 | 4E | 89 | 5D | C |
| Octal | 2 | 71 | 22 | 140 | 0 | 104 | 116 | 211 | 135 | 14 |
| Binary | 10 | 111001 | 10010 | 1100000 | 0 | 1000100 | 1001110 | 10001001 | 1011101 | 1100 |
Color Harmonies of #023912
Complementary color
Monochromatic Colors of #023912
Black with #023912
Text Example
Text Example
White with #023912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023912; }
p { color: rgb(2,57,18); }
H1.HeaderClassName
{
color: #023912;
}
.AnyTagClassName
{
color: #023912;
}
</style>
background-color css
<style>
a { background-color: #023912; }
a { background-color: rgb(2,57,18); }
div.DivClassName
{
background-color: #023912;
}
.BgClassName
{
background-color: #023912;
}
</style>
border-color css
<style>
span { border-color: #023912; }
span { border-color: rgb(2,57,18); }
td.TdClassName
{
border-color: #023912;
}
.TagClassName
{
border-color: #023912;
}
</style>