Shades of Deep Fir #023C12
Tints of Deep Fir #023C12
RGB
CMYK
RGB Variations
Color information
#023C12 (or 0x023C12) is known color: Deep Fir. HEX triplet: 02, 3C and 12. RGB value is (2,60,18). Sum of RGB (Red+Green+Blue) = 2+60+18=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 60 (23.83% from 255 or 75% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 60 - color contains mainly: green. Hex color #023C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C12 is #FDC3ED. Grayscale: #252525. Windows color (decimal): -16630766 or 1195010. OLE color: 1195010.
HSL color Cylindrical-coordinate representation of color #023C12: hue angle of 136.55º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C12 is Cyan = 0.97, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 18 | - |
| CMYK | 0.97 | 0 | 0.7 | 0.76 |
| HSL | 136.55º | 0.94% | 0.12% | - |
| HSV(B) | 136.55º | 0.97% | 0.24% | - |
| XYZ | 1.75 | 3.29 | 1.11 | - |
| YUV | 37.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 18 | 0.97 | 0 | 0.7 | 0.76 | 136.55 | 0.94 | 0.12 |
| Hex | 2 | 3C | 12 | 61 | 0 | 46 | 4C | 89 | 5E | C |
| Octal | 2 | 74 | 22 | 141 | 0 | 106 | 114 | 211 | 136 | 14 |
| Binary | 10 | 111100 | 10010 | 1100001 | 0 | 1000110 | 1001100 | 10001001 | 1011110 | 1100 |
Color Harmonies of #023C12
Complementary color
Monochromatic Colors of #023C12
Black with #023C12
Text Example
Text Example
White with #023C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C12; }
p { color: rgb(2,60,18); }
H1.HeaderClassName
{
color: #023C12;
}
.AnyTagClassName
{
color: #023C12;
}
</style>
background-color css
<style>
a { background-color: #023C12; }
a { background-color: rgb(2,60,18); }
div.DivClassName
{
background-color: #023C12;
}
.BgClassName
{
background-color: #023C12;
}
</style>
border-color css
<style>
span { border-color: #023C12; }
span { border-color: rgb(2,60,18); }
td.TdClassName
{
border-color: #023C12;
}
.TagClassName
{
border-color: #023C12;
}
</style>