Shades of Deep Fir #022A0C
Tints of Deep Fir #022A0C
RGB
CMYK
RGB Variations
Color information
#022A0C (or 0x022A0C) is known color: Deep Fir. HEX triplet: 02, 2A and 0C. RGB value is (2,42,12). Sum of RGB (Red+Green+Blue) = 2+42+12=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 42 (16.80% from 255 or 75% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 42 - color contains mainly: green. Hex color #022A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022A0C is #FDD5F3. Grayscale: #1A1A1A. Windows color (decimal): -16635380 or 797186. OLE color: 797186.
HSL color Cylindrical-coordinate representation of color #022A0C: hue angle of 135º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022A0C is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 42 | 12 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.84 |
| HSL | 135º | 0.91% | 0.09% | - |
| HSV(B) | 135º | 0.95% | 0.16% | - |
| XYZ | 0.92 | 1.7 | 0.63 | - |
| YUV | 26.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 12 | 0.95 | 0 | 0.71 | 0.84 | 135 | 0.91 | 0.09 |
| Hex | 2 | 2A | C | 5F | 0 | 47 | 54 | 87 | 5B | 9 |
| Octal | 2 | 52 | 14 | 137 | 0 | 107 | 124 | 207 | 133 | 11 |
| Binary | 10 | 101010 | 1100 | 1011111 | 0 | 1000111 | 1010100 | 10000111 | 1011011 | 1001 |
Color Harmonies of #022A0C
Complementary color
Monochromatic Colors of #022A0C
Black with #022A0C
Text Example
Text Example
White with #022A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A0C; }
p { color: rgb(2,42,12); }
H1.HeaderClassName
{
color: #022A0C;
}
.AnyTagClassName
{
color: #022A0C;
}
</style>
background-color css
<style>
a { background-color: #022A0C; }
a { background-color: rgb(2,42,12); }
div.DivClassName
{
background-color: #022A0C;
}
.BgClassName
{
background-color: #022A0C;
}
</style>
border-color css
<style>
span { border-color: #022A0C; }
span { border-color: rgb(2,42,12); }
td.TdClassName
{
border-color: #022A0C;
}
.TagClassName
{
border-color: #022A0C;
}
</style>