Shades of Deep Fir #032E0E
Tints of Deep Fir #032E0E
RGB
CMYK
RGB Variations
Color information
#032E0E (or 0x032E0E) is known color: Deep Fir. HEX triplet: 03, 2E and 0E. RGB value is (3,46,14). Sum of RGB (Red+Green+Blue) = 3+46+14=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 46 (18.36% from 255 or 73.02% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 46 - color contains mainly: green. Hex color #032E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E0E is #FCD1F1. Grayscale: #1D1D1D. Windows color (decimal): -16568818 or 929283. OLE color: 929283.
HSL color Cylindrical-coordinate representation of color #032E0E: hue angle of 135.35º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E0E is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 14 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.82 |
| HSL | 135.35º | 0.88% | 0.1% | - |
| HSV(B) | 135.35º | 0.93% | 0.18% | - |
| XYZ | 1.09 | 2.01 | 0.74 | - |
| YUV | 29.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 14 | 0.93 | 0 | 0.70 | 0.82 | 135.35 | 0.88 | 0.1 |
| Hex | 3 | 2E | E | 5D | 0 | 46 | 52 | 87 | 58 | A |
| Octal | 3 | 56 | 16 | 135 | 0 | 106 | 122 | 207 | 130 | 12 |
| Binary | 11 | 101110 | 1110 | 1011101 | 0 | 1000110 | 1010010 | 10000111 | 1011000 | 1010 |
Color Harmonies of #032E0E
Complementary color
Monochromatic Colors of #032E0E
Black with #032E0E
Text Example
Text Example
White with #032E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E0E; }
p { color: rgb(3,46,14); }
H1.HeaderClassName
{
color: #032E0E;
}
.AnyTagClassName
{
color: #032E0E;
}
</style>
background-color css
<style>
a { background-color: #032E0E; }
a { background-color: rgb(3,46,14); }
div.DivClassName
{
background-color: #032E0E;
}
.BgClassName
{
background-color: #032E0E;
}
</style>
border-color css
<style>
span { border-color: #032E0E; }
span { border-color: rgb(3,46,14); }
td.TdClassName
{
border-color: #032E0E;
}
.TagClassName
{
border-color: #032E0E;
}
</style>