Shades of Deep Fir #032C07
Tints of Deep Fir #032C07
RGB
CMYK
RGB Variations
Color information
#032C07 (or 0x032C07) is known color: Deep Fir. HEX triplet: 03, 2C and 07. RGB value is (3,44,7). Sum of RGB (Red+Green+Blue) = 3+44+7=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 44 (17.58% from 255 or 81.48% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 44 - color contains mainly: green. Hex color #032C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C07 is #FCD3F8. Grayscale: #1B1B1B. Windows color (decimal): -16569337 or 470019. OLE color: 470019.
HSL color Cylindrical-coordinate representation of color #032C07: hue angle of 125.85º 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 #032C07 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 44 | 7 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.83 |
| HSL | 125.85º | 0.87% | 0.09% | - |
| HSV(B) | 125.85º | 0.93% | 0.17% | - |
| XYZ | 0.98 | 1.84 | 0.5 | - |
| YUV | 27.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 7 | 0.93 | 0 | 0.84 | 0.83 | 125.85 | 0.87 | 0.09 |
| Hex | 3 | 2C | 7 | 5D | 0 | 54 | 53 | 7E | 57 | 9 |
| Octal | 3 | 54 | 7 | 135 | 0 | 124 | 123 | 176 | 127 | 11 |
| Binary | 11 | 101100 | 111 | 1011101 | 0 | 1010100 | 1010011 | 1111110 | 1010111 | 1001 |
Color Harmonies of #032C07
Complementary color
Monochromatic Colors of #032C07
Black with #032C07
Text Example
Text Example
White with #032C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C07; }
p { color: rgb(3,44,7); }
H1.HeaderClassName
{
color: #032C07;
}
.AnyTagClassName
{
color: #032C07;
}
</style>
background-color css
<style>
a { background-color: #032C07; }
a { background-color: rgb(3,44,7); }
div.DivClassName
{
background-color: #032C07;
}
.BgClassName
{
background-color: #032C07;
}
</style>
border-color css
<style>
span { border-color: #032C07; }
span { border-color: rgb(3,44,7); }
td.TdClassName
{
border-color: #032C07;
}
.TagClassName
{
border-color: #032C07;
}
</style>