Shades of Deep Fir #022D0D
Tints of Deep Fir #022D0D
RGB
CMYK
RGB Variations
Color information
#022D0D (or 0x022D0D) is known color: Deep Fir. HEX triplet: 02, 2D and 0D. RGB value is (2,45,13). Sum of RGB (Red+Green+Blue) = 2+45+13=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 45 (17.97% from 255 or 75% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 45 - color contains mainly: green. Hex color #022D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022D0D is #FDD2F2. Grayscale: #1C1C1C. Windows color (decimal): -16634611 or 863490. OLE color: 863490.
HSL color Cylindrical-coordinate representation of color #022D0D: hue angle of 135.35º 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 #022D0D is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 13 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.82 |
| HSL | 135.35º | 0.91% | 0.09% | - |
| HSV(B) | 135.35º | 0.96% | 0.18% | - |
| XYZ | 1.04 | 1.92 | 0.7 | - |
| YUV | 28.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 13 | 0.96 | 0 | 0.71 | 0.82 | 135.35 | 0.91 | 0.09 |
| Hex | 2 | 2D | D | 60 | 0 | 47 | 52 | 87 | 5B | 9 |
| Octal | 2 | 55 | 15 | 140 | 0 | 107 | 122 | 207 | 133 | 11 |
| Binary | 10 | 101101 | 1101 | 1100000 | 0 | 1000111 | 1010010 | 10000111 | 1011011 | 1001 |
Color Harmonies of #022D0D
Complementary color
Monochromatic Colors of #022D0D
Black with #022D0D
Text Example
Text Example
White with #022D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D0D; }
p { color: rgb(2,45,13); }
H1.HeaderClassName
{
color: #022D0D;
}
.AnyTagClassName
{
color: #022D0D;
}
</style>
background-color css
<style>
a { background-color: #022D0D; }
a { background-color: rgb(2,45,13); }
div.DivClassName
{
background-color: #022D0D;
}
.BgClassName
{
background-color: #022D0D;
}
</style>
border-color css
<style>
span { border-color: #022D0D; }
span { border-color: rgb(2,45,13); }
td.TdClassName
{
border-color: #022D0D;
}
.TagClassName
{
border-color: #022D0D;
}
</style>