Shades of Deep Fir #022D0C
Tints of Deep Fir #022D0C
RGB
CMYK
RGB Variations
Color information
#022D0C (or 0x022D0C) is known color: Deep Fir. HEX triplet: 02, 2D and 0C. RGB value is (2,45,12). Sum of RGB (Red+Green+Blue) = 2+45+12=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 45 (17.97% from 255 or 76.27% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 45 - color contains mainly: green. Hex color #022D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022D0C is #FDD2F3. Grayscale: #1C1C1C. Windows color (decimal): -16634612 or 797954. OLE color: 797954.
HSL color Cylindrical-coordinate representation of color #022D0C: hue angle of 133.95º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D0C is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 12 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.82 |
| HSL | 133.95º | 0.91% | 0.09% | - |
| HSV(B) | 133.95º | 0.96% | 0.18% | - |
| XYZ | 1.03 | 1.92 | 0.66 | - |
| YUV | 28.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 12 | 0.96 | 0 | 0.73 | 0.82 | 133.95 | 0.91 | 0.09 |
| Hex | 2 | 2D | C | 60 | 0 | 49 | 52 | 86 | 5B | 9 |
| Octal | 2 | 55 | 14 | 140 | 0 | 111 | 122 | 206 | 133 | 11 |
| Binary | 10 | 101101 | 1100 | 1100000 | 0 | 1001001 | 1010010 | 10000110 | 1011011 | 1001 |
Color Harmonies of #022D0C
Complementary color
Monochromatic Colors of #022D0C
Black with #022D0C
Text Example
Text Example
White with #022D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D0C; }
p { color: rgb(2,45,12); }
H1.HeaderClassName
{
color: #022D0C;
}
.AnyTagClassName
{
color: #022D0C;
}
</style>
background-color css
<style>
a { background-color: #022D0C; }
a { background-color: rgb(2,45,12); }
div.DivClassName
{
background-color: #022D0C;
}
.BgClassName
{
background-color: #022D0C;
}
</style>
border-color css
<style>
span { border-color: #022D0C; }
span { border-color: rgb(2,45,12); }
td.TdClassName
{
border-color: #022D0C;
}
.TagClassName
{
border-color: #022D0C;
}
</style>