Shades of Deep Fir #032C0C
Tints of Deep Fir #032C0C
RGB
CMYK
RGB Variations
Color information
#032C0C (or 0x032C0C) is known color: Deep Fir. HEX triplet: 03, 2C and 0C. RGB value is (3,44,12). Sum of RGB (Red+Green+Blue) = 3+44+12=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 44 (17.58% from 255 or 74.58% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 44 - color contains mainly: green. Hex color #032C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C0C is #FCD3F3. Grayscale: #1C1C1C. Windows color (decimal): -16569332 or 797699. OLE color: 797699.
HSL color Cylindrical-coordinate representation of color #032C0C: hue angle of 133.17º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032C0C is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 44 | 12 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.83 |
| HSL | 133.17º | 0.87% | 0.09% | - |
| HSV(B) | 133.17º | 0.93% | 0.17% | - |
| XYZ | 1 | 1.85 | 0.65 | - |
| YUV | 28.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 12 | 0.93 | 0 | 0.73 | 0.83 | 133.17 | 0.87 | 0.09 |
| Hex | 3 | 2C | C | 5D | 0 | 49 | 53 | 85 | 57 | 9 |
| Octal | 3 | 54 | 14 | 135 | 0 | 111 | 123 | 205 | 127 | 11 |
| Binary | 11 | 101100 | 1100 | 1011101 | 0 | 1001001 | 1010011 | 10000101 | 1010111 | 1001 |
Color Harmonies of #032C0C
Complementary color
Monochromatic Colors of #032C0C
Black with #032C0C
Text Example
Text Example
White with #032C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C0C; }
p { color: rgb(3,44,12); }
H1.HeaderClassName
{
color: #032C0C;
}
.AnyTagClassName
{
color: #032C0C;
}
</style>
background-color css
<style>
a { background-color: #032C0C; }
a { background-color: rgb(3,44,12); }
div.DivClassName
{
background-color: #032C0C;
}
.BgClassName
{
background-color: #032C0C;
}
</style>
border-color css
<style>
span { border-color: #032C0C; }
span { border-color: rgb(3,44,12); }
td.TdClassName
{
border-color: #032C0C;
}
.TagClassName
{
border-color: #032C0C;
}
</style>