Shades of Deep Fir #022F0C
Tints of Deep Fir #022F0C
RGB
CMYK
RGB Variations
Color information
#022F0C (or 0x022F0C) is known color: Deep Fir. HEX triplet: 02, 2F and 0C. RGB value is (2,47,12). Sum of RGB (Red+Green+Blue) = 2+47+12=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 47 (18.75% from 255 or 77.05% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 47 - color contains mainly: green. Hex color #022F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022F0C is #FDD0F3. Grayscale: #1D1D1D. Windows color (decimal): -16634100 or 798466. OLE color: 798466.
HSL color Cylindrical-coordinate representation of color #022F0C: hue angle of 133.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022F0C is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 47 | 12 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.82 |
| HSL | 133.33º | 0.92% | 0.1% | - |
| HSV(B) | 133.33º | 0.96% | 0.18% | - |
| XYZ | 1.11 | 2.07 | 0.69 | - |
| YUV | 29.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 12 | 0.96 | 0 | 0.74 | 0.82 | 133.33 | 0.92 | 0.1 |
| Hex | 2 | 2F | C | 60 | 0 | 4A | 52 | 85 | 5C | A |
| Octal | 2 | 57 | 14 | 140 | 0 | 112 | 122 | 205 | 134 | 12 |
| Binary | 10 | 101111 | 1100 | 1100000 | 0 | 1001010 | 1010010 | 10000101 | 1011100 | 1010 |
Color Harmonies of #022F0C
Complementary color
Monochromatic Colors of #022F0C
Black with #022F0C
Text Example
Text Example
White with #022F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F0C; }
p { color: rgb(2,47,12); }
H1.HeaderClassName
{
color: #022F0C;
}
.AnyTagClassName
{
color: #022F0C;
}
</style>
background-color css
<style>
a { background-color: #022F0C; }
a { background-color: rgb(2,47,12); }
div.DivClassName
{
background-color: #022F0C;
}
.BgClassName
{
background-color: #022F0C;
}
</style>
border-color css
<style>
span { border-color: #022F0C; }
span { border-color: rgb(2,47,12); }
td.TdClassName
{
border-color: #022F0C;
}
.TagClassName
{
border-color: #022F0C;
}
</style>