Shades of Deep Fir #023C0C
Tints of Deep Fir #023C0C
RGB
CMYK
RGB Variations
Color information
#023C0C (or 0x023C0C) is known color: Deep Fir. HEX triplet: 02, 3C and 0C. RGB value is (2,60,12). Sum of RGB (Red+Green+Blue) = 2+60+12=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 60 (23.83% from 255 or 81.08% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 60 - color contains mainly: green. Hex color #023C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C0C is #FDC3F3. Grayscale: #252525. Windows color (decimal): -16630772 or 801794. OLE color: 801794.
HSL color Cylindrical-coordinate representation of color #023C0C: hue angle of 130.34º 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 #023C0C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 12 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.76 |
| HSL | 130.34º | 0.94% | 0.12% | - |
| HSV(B) | 130.34º | 0.97% | 0.24% | - |
| XYZ | 1.71 | 3.27 | 0.89 | - |
| YUV | 37.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 12 | 0.97 | 0 | 0.80 | 0.76 | 130.34 | 0.94 | 0.12 |
| Hex | 2 | 3C | C | 61 | 0 | 50 | 4C | 82 | 5E | C |
| Octal | 2 | 74 | 14 | 141 | 0 | 120 | 114 | 202 | 136 | 14 |
| Binary | 10 | 111100 | 1100 | 1100001 | 0 | 1010000 | 1001100 | 10000010 | 1011110 | 1100 |
Color Harmonies of #023C0C
Complementary color
Monochromatic Colors of #023C0C
Black with #023C0C
Text Example
Text Example
White with #023C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C0C; }
p { color: rgb(2,60,12); }
H1.HeaderClassName
{
color: #023C0C;
}
.AnyTagClassName
{
color: #023C0C;
}
</style>
background-color css
<style>
a { background-color: #023C0C; }
a { background-color: rgb(2,60,12); }
div.DivClassName
{
background-color: #023C0C;
}
.BgClassName
{
background-color: #023C0C;
}
</style>
border-color css
<style>
span { border-color: #023C0C; }
span { border-color: rgb(2,60,12); }
td.TdClassName
{
border-color: #023C0C;
}
.TagClassName
{
border-color: #023C0C;
}
</style>