Shades of Deep Fir #022A0A
Tints of Deep Fir #022A0A
RGB
CMYK
RGB Variations
Color information
#022A0A (or 0x022A0A) is known color: Deep Fir. HEX triplet: 02, 2A and 0A. RGB value is (2,42,10). Sum of RGB (Red+Green+Blue) = 2+42+10=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 42 (16.80% from 255 or 77.78% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 42 - color contains mainly: green. Hex color #022A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022A0A is #FDD5F5. Grayscale: #1A1A1A. Windows color (decimal): -16635382 or 666114. OLE color: 666114.
HSL color Cylindrical-coordinate representation of color #022A0A: hue angle of 132º 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 #022A0A is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 42 | 10 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.84 |
| HSL | 132º | 0.91% | 0.09% | - |
| HSV(B) | 132º | 0.95% | 0.16% | - |
| XYZ | 0.91 | 1.69 | 0.57 | - |
| YUV | 26.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 10 | 0.95 | 0 | 0.76 | 0.84 | 132 | 0.91 | 0.09 |
| Hex | 2 | 2A | A | 5F | 0 | 4C | 54 | 84 | 5B | 9 |
| Octal | 2 | 52 | 12 | 137 | 0 | 114 | 124 | 204 | 133 | 11 |
| Binary | 10 | 101010 | 1010 | 1011111 | 0 | 1001100 | 1010100 | 10000100 | 1011011 | 1001 |
Color Harmonies of #022A0A
Complementary color
Monochromatic Colors of #022A0A
Black with #022A0A
Text Example
Text Example
White with #022A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A0A; }
p { color: rgb(2,42,10); }
H1.HeaderClassName
{
color: #022A0A;
}
.AnyTagClassName
{
color: #022A0A;
}
</style>
background-color css
<style>
a { background-color: #022A0A; }
a { background-color: rgb(2,42,10); }
div.DivClassName
{
background-color: #022A0A;
}
.BgClassName
{
background-color: #022A0A;
}
</style>
border-color css
<style>
span { border-color: #022A0A; }
span { border-color: rgb(2,42,10); }
td.TdClassName
{
border-color: #022A0A;
}
.TagClassName
{
border-color: #022A0A;
}
</style>