Shades of Deep Fir #032F08
Tints of Deep Fir #032F08
RGB
CMYK
RGB Variations
Color information
#032F08 (or 0x032F08) is known color: Deep Fir. HEX triplet: 03, 2F and 08. RGB value is (3,47,8). Sum of RGB (Red+Green+Blue) = 3+47+8=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 47 (18.75% from 255 or 81.03% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 47 - color contains mainly: green. Hex color #032F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032F08 is #FCD0F7. Grayscale: #1D1D1D. Windows color (decimal): -16568568 or 536323. OLE color: 536323.
HSL color Cylindrical-coordinate representation of color #032F08: hue angle of 126.82º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032F08 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 47 | 8 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.82 |
| HSL | 126.82º | 0.88% | 0.1% | - |
| HSV(B) | 126.82º | 0.94% | 0.18% | - |
| XYZ | 1.1 | 2.07 | 0.57 | - |
| YUV | 29.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 8 | 0.94 | 0 | 0.83 | 0.82 | 126.82 | 0.88 | 0.1 |
| Hex | 3 | 2F | 8 | 5E | 0 | 53 | 52 | 7F | 58 | A |
| Octal | 3 | 57 | 10 | 136 | 0 | 123 | 122 | 177 | 130 | 12 |
| Binary | 11 | 101111 | 1000 | 1011110 | 0 | 1010011 | 1010010 | 1111111 | 1011000 | 1010 |
Color Harmonies of #032F08
Complementary color
Monochromatic Colors of #032F08
Black with #032F08
Text Example
Text Example
White with #032F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F08; }
p { color: rgb(3,47,8); }
H1.HeaderClassName
{
color: #032F08;
}
.AnyTagClassName
{
color: #032F08;
}
</style>
background-color css
<style>
a { background-color: #032F08; }
a { background-color: rgb(3,47,8); }
div.DivClassName
{
background-color: #032F08;
}
.BgClassName
{
background-color: #032F08;
}
</style>
border-color css
<style>
span { border-color: #032F08; }
span { border-color: rgb(3,47,8); }
td.TdClassName
{
border-color: #032F08;
}
.TagClassName
{
border-color: #032F08;
}
</style>