Shades of Deep Fir #032D0F
Tints of Deep Fir #032D0F
RGB
CMYK
RGB Variations
Color information
#032D0F (or 0x032D0F) is known color: Deep Fir. HEX triplet: 03, 2D and 0F. RGB value is (3,45,15). Sum of RGB (Red+Green+Blue) = 3+45+15=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 45 (17.97% from 255 or 71.43% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 45 - color contains mainly: green. Hex color #032D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032D0F is #FCD2F0. Grayscale: #1D1D1D. Windows color (decimal): -16569073 or 994563. OLE color: 994563.
HSL color Cylindrical-coordinate representation of color #032D0F: hue angle of 137.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032D0F is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 15 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.82 |
| HSL | 137.14º | 0.88% | 0.09% | - |
| HSV(B) | 137.14º | 0.93% | 0.18% | - |
| XYZ | 1.06 | 1.93 | 0.77 | - |
| YUV | 29.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 15 | 0.93 | 0 | 0.67 | 0.82 | 137.14 | 0.88 | 0.09 |
| Hex | 3 | 2D | F | 5D | 0 | 43 | 52 | 89 | 58 | 9 |
| Octal | 3 | 55 | 17 | 135 | 0 | 103 | 122 | 211 | 130 | 11 |
| Binary | 11 | 101101 | 1111 | 1011101 | 0 | 1000011 | 1010010 | 10001001 | 1011000 | 1001 |
Color Harmonies of #032D0F
Complementary color
Monochromatic Colors of #032D0F
Black with #032D0F
Text Example
Text Example
White with #032D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D0F; }
p { color: rgb(3,45,15); }
H1.HeaderClassName
{
color: #032D0F;
}
.AnyTagClassName
{
color: #032D0F;
}
</style>
background-color css
<style>
a { background-color: #032D0F; }
a { background-color: rgb(3,45,15); }
div.DivClassName
{
background-color: #032D0F;
}
.BgClassName
{
background-color: #032D0F;
}
</style>
border-color css
<style>
span { border-color: #032D0F; }
span { border-color: rgb(3,45,15); }
td.TdClassName
{
border-color: #032D0F;
}
.TagClassName
{
border-color: #032D0F;
}
</style>