Shades of Deep Fir #022907
Tints of Deep Fir #022907
RGB
CMYK
RGB Variations
Color information
#022907 (or 0x022907) is known color: Deep Fir. HEX triplet: 02, 29 and 07. RGB value is (2,41,7). Sum of RGB (Red+Green+Blue) = 2+41+7=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 41 (16.41% from 255 or 82% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 41 - color contains mainly: green. Hex color #022907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022907 is #FDD6F8. Grayscale: #191919. Windows color (decimal): -16635641 or 469250. OLE color: 469250.
HSL color Cylindrical-coordinate representation of color #022907: hue angle of 127.69º degrees, saturation: 0.91, 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 #022907 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 41 | 7 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.84 |
| HSL | 127.69º | 0.91% | 0.08% | - |
| HSV(B) | 127.69º | 0.95% | 0.16% | - |
| XYZ | 0.86 | 1.61 | 0.47 | - |
| YUV | 25.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 7 | 0.95 | 0 | 0.83 | 0.84 | 127.69 | 0.91 | 0.08 |
| Hex | 2 | 29 | 7 | 5F | 0 | 53 | 54 | 80 | 5B | 8 |
| Octal | 2 | 51 | 7 | 137 | 0 | 123 | 124 | 200 | 133 | 10 |
| Binary | 10 | 101001 | 111 | 1011111 | 0 | 1010011 | 1010100 | 10000000 | 1011011 | 1000 |
Color Harmonies of #022907
Complementary color
Monochromatic Colors of #022907
Black with #022907
Text Example
Text Example
White with #022907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022907; }
p { color: rgb(2,41,7); }
H1.HeaderClassName
{
color: #022907;
}
.AnyTagClassName
{
color: #022907;
}
</style>
background-color css
<style>
a { background-color: #022907; }
a { background-color: rgb(2,41,7); }
div.DivClassName
{
background-color: #022907;
}
.BgClassName
{
background-color: #022907;
}
</style>
border-color css
<style>
span { border-color: #022907; }
span { border-color: rgb(2,41,7); }
td.TdClassName
{
border-color: #022907;
}
.TagClassName
{
border-color: #022907;
}
</style>