Shades of Deep Fir #022C0A
Tints of Deep Fir #022C0A
RGB
CMYK
RGB Variations
Color information
#022C0A (or 0x022C0A) is known color: Deep Fir. HEX triplet: 02, 2C and 0A. RGB value is (2,44,10). Sum of RGB (Red+Green+Blue) = 2+44+10=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 44 (17.58% from 255 or 78.57% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 44 - color contains mainly: green. Hex color #022C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022C0A is #FDD3F5. Grayscale: #1B1B1B. Windows color (decimal): -16634870 or 666626. OLE color: 666626.
HSL color Cylindrical-coordinate representation of color #022C0A: hue angle of 131.43º 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 #022C0A is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 44 | 10 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.83 |
| HSL | 131.43º | 0.91% | 0.09% | - |
| HSV(B) | 131.43º | 0.95% | 0.17% | - |
| XYZ | 0.98 | 1.84 | 0.59 | - |
| YUV | 27.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 10 | 0.95 | 0 | 0.77 | 0.83 | 131.43 | 0.91 | 0.09 |
| Hex | 2 | 2C | A | 5F | 0 | 4D | 53 | 83 | 5B | 9 |
| Octal | 2 | 54 | 12 | 137 | 0 | 115 | 123 | 203 | 133 | 11 |
| Binary | 10 | 101100 | 1010 | 1011111 | 0 | 1001101 | 1010011 | 10000011 | 1011011 | 1001 |
Color Harmonies of #022C0A
Complementary color
Monochromatic Colors of #022C0A
Black with #022C0A
Text Example
Text Example
White with #022C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C0A; }
p { color: rgb(2,44,10); }
H1.HeaderClassName
{
color: #022C0A;
}
.AnyTagClassName
{
color: #022C0A;
}
</style>
background-color css
<style>
a { background-color: #022C0A; }
a { background-color: rgb(2,44,10); }
div.DivClassName
{
background-color: #022C0A;
}
.BgClassName
{
background-color: #022C0A;
}
</style>
border-color css
<style>
span { border-color: #022C0A; }
span { border-color: rgb(2,44,10); }
td.TdClassName
{
border-color: #022C0A;
}
.TagClassName
{
border-color: #022C0A;
}
</style>