Shades of Deep Fir #022209
Tints of Deep Fir #022209
RGB
CMYK
RGB Variations
Color information
#022209 (or 0x022209) is known color: Deep Fir. HEX triplet: 02, 22 and 09. RGB value is (2,34,9). Sum of RGB (Red+Green+Blue) = 2+34+9=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 34 (13.67% from 255 or 75.56% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 34 - color contains mainly: green. Hex color #022209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022209 is #FDDDF6. Grayscale: #151515. Windows color (decimal): -16637431 or 598530. OLE color: 598530.
HSL color Cylindrical-coordinate representation of color #022209: hue angle of 133.12º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022209 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 9 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.87 |
| HSL | 133.13º | 0.89% | 0.07% | - |
| HSV(B) | 133.13º | 0.94% | 0.13% | - |
| XYZ | 0.65 | 1.18 | 0.45 | - |
| YUV | 21.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 9 | 0.94 | 0 | 0.74 | 0.87 | 133.13 | 0.89 | 0.07 |
| Hex | 2 | 22 | 9 | 5E | 0 | 4A | 57 | 85 | 59 | 7 |
| Octal | 2 | 42 | 11 | 136 | 0 | 112 | 127 | 205 | 131 | 7 |
| Binary | 10 | 100010 | 1001 | 1011110 | 0 | 1001010 | 1010111 | 10000101 | 1011001 | 111 |
Color Harmonies of #022209
Complementary color
Monochromatic Colors of #022209
Black with #022209
Text Example
Text Example
White with #022209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022209; }
p { color: rgb(2,34,9); }
H1.HeaderClassName
{
color: #022209;
}
.AnyTagClassName
{
color: #022209;
}
</style>
background-color css
<style>
a { background-color: #022209; }
a { background-color: rgb(2,34,9); }
div.DivClassName
{
background-color: #022209;
}
.BgClassName
{
background-color: #022209;
}
</style>
border-color css
<style>
span { border-color: #022209; }
span { border-color: rgb(2,34,9); }
td.TdClassName
{
border-color: #022209;
}
.TagClassName
{
border-color: #022209;
}
</style>