Shades of Deep Fir #022C0C
Tints of Deep Fir #022C0C
RGB
CMYK
RGB Variations
Color information
#022C0C (or 0x022C0C) is known color: Deep Fir. HEX triplet: 02, 2C and 0C. RGB value is (2,44,12). Sum of RGB (Red+Green+Blue) = 2+44+12=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 44 (17.58% from 255 or 75.86% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 44 - color contains mainly: green. Hex color #022C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022C0C is #FDD3F3. Grayscale: #1B1B1B. Windows color (decimal): -16634868 or 797698. OLE color: 797698.
HSL color Cylindrical-coordinate representation of color #022C0C: hue angle of 134.29º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022C0C is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 44 | 12 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.83 |
| HSL | 134.29º | 0.91% | 0.09% | - |
| HSV(B) | 134.29º | 0.95% | 0.17% | - |
| XYZ | 0.99 | 1.84 | 0.65 | - |
| YUV | 27.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 12 | 0.95 | 0 | 0.73 | 0.83 | 134.29 | 0.91 | 0.09 |
| Hex | 2 | 2C | C | 5F | 0 | 49 | 53 | 86 | 5B | 9 |
| Octal | 2 | 54 | 14 | 137 | 0 | 111 | 123 | 206 | 133 | 11 |
| Binary | 10 | 101100 | 1100 | 1011111 | 0 | 1001001 | 1010011 | 10000110 | 1011011 | 1001 |
Color Harmonies of #022C0C
Complementary color
Monochromatic Colors of #022C0C
Black with #022C0C
Text Example
Text Example
White with #022C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C0C; }
p { color: rgb(2,44,12); }
H1.HeaderClassName
{
color: #022C0C;
}
.AnyTagClassName
{
color: #022C0C;
}
</style>
background-color css
<style>
a { background-color: #022C0C; }
a { background-color: rgb(2,44,12); }
div.DivClassName
{
background-color: #022C0C;
}
.BgClassName
{
background-color: #022C0C;
}
</style>
border-color css
<style>
span { border-color: #022C0C; }
span { border-color: rgb(2,44,12); }
td.TdClassName
{
border-color: #022C0C;
}
.TagClassName
{
border-color: #022C0C;
}
</style>