Shades of Deep Fir #032C08
Tints of Deep Fir #032C08
RGB
CMYK
RGB Variations
Color information
#032C08 (or 0x032C08) is known color: Deep Fir. HEX triplet: 03, 2C and 08. RGB value is (3,44,8). Sum of RGB (Red+Green+Blue) = 3+44+8=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 44 (17.58% from 255 or 80% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 44 - color contains mainly: green. Hex color #032C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C08 is #FCD3F7. Grayscale: #1B1B1B. Windows color (decimal): -16569336 or 535555. OLE color: 535555.
HSL color Cylindrical-coordinate representation of color #032C08: hue angle of 127.32º 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 #032C08 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 44 | 8 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.83 |
| HSL | 127.32º | 0.87% | 0.09% | - |
| HSV(B) | 127.32º | 0.93% | 0.17% | - |
| XYZ | 0.98 | 1.84 | 0.53 | - |
| YUV | 27.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 8 | 0.93 | 0 | 0.82 | 0.83 | 127.32 | 0.87 | 0.09 |
| Hex | 3 | 2C | 8 | 5D | 0 | 52 | 53 | 7F | 57 | 9 |
| Octal | 3 | 54 | 10 | 135 | 0 | 122 | 123 | 177 | 127 | 11 |
| Binary | 11 | 101100 | 1000 | 1011101 | 0 | 1010010 | 1010011 | 1111111 | 1010111 | 1001 |
Color Harmonies of #032C08
Complementary color
Monochromatic Colors of #032C08
Black with #032C08
Text Example
Text Example
White with #032C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C08; }
p { color: rgb(3,44,8); }
H1.HeaderClassName
{
color: #032C08;
}
.AnyTagClassName
{
color: #032C08;
}
</style>
background-color css
<style>
a { background-color: #032C08; }
a { background-color: rgb(3,44,8); }
div.DivClassName
{
background-color: #032C08;
}
.BgClassName
{
background-color: #032C08;
}
</style>
border-color css
<style>
span { border-color: #032C08; }
span { border-color: rgb(3,44,8); }
td.TdClassName
{
border-color: #032C08;
}
.TagClassName
{
border-color: #032C08;
}
</style>