Shades of Deep Fir #022809
Tints of Deep Fir #022809
RGB
CMYK
RGB Variations
Color information
#022809 (or 0x022809) is known color: Deep Fir. HEX triplet: 02, 28 and 09. RGB value is (2,40,9). Sum of RGB (Red+Green+Blue) = 2+40+9=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 40 (16.02% from 255 or 78.43% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 40 - color contains mainly: green. Hex color #022809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022809 is #FDD7F6. Grayscale: #191919. Windows color (decimal): -16635895 or 600066. OLE color: 600066.
HSL color Cylindrical-coordinate representation of color #022809: hue angle of 131.05º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022809 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 40 | 9 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.84 |
| HSL | 131.05º | 0.9% | 0.08% | - |
| HSV(B) | 131.05º | 0.95% | 0.16% | - |
| XYZ | 0.83 | 1.55 | 0.51 | - |
| YUV | 25.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 9 | 0.95 | 0 | 0.78 | 0.84 | 131.05 | 0.9 | 0.08 |
| Hex | 2 | 28 | 9 | 5F | 0 | 4E | 54 | 83 | 5A | 8 |
| Octal | 2 | 50 | 11 | 137 | 0 | 116 | 124 | 203 | 132 | 10 |
| Binary | 10 | 101000 | 1001 | 1011111 | 0 | 1001110 | 1010100 | 10000011 | 1011010 | 1000 |
Color Harmonies of #022809
Complementary color
Monochromatic Colors of #022809
Black with #022809
Text Example
Text Example
White with #022809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022809; }
p { color: rgb(2,40,9); }
H1.HeaderClassName
{
color: #022809;
}
.AnyTagClassName
{
color: #022809;
}
</style>
background-color css
<style>
a { background-color: #022809; }
a { background-color: rgb(2,40,9); }
div.DivClassName
{
background-color: #022809;
}
.BgClassName
{
background-color: #022809;
}
</style>
border-color css
<style>
span { border-color: #022809; }
span { border-color: rgb(2,40,9); }
td.TdClassName
{
border-color: #022809;
}
.TagClassName
{
border-color: #022809;
}
</style>