Shades of Deep Fir #032A0A
Tints of Deep Fir #032A0A
RGB
CMYK
RGB Variations
Color information
#032A0A (or 0x032A0A) is known color: Deep Fir. HEX triplet: 03, 2A and 0A. RGB value is (3,42,10). Sum of RGB (Red+Green+Blue) = 3+42+10=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 42 (16.80% from 255 or 76.36% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 42 - color contains mainly: green. Hex color #032A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032A0A is #FCD5F5. Grayscale: #1A1A1A. Windows color (decimal): -16569846 or 666115. OLE color: 666115.
HSL color Cylindrical-coordinate representation of color #032A0A: hue angle of 130.77º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032A0A is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 42 | 10 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.84 |
| HSL | 130.77º | 0.87% | 0.09% | - |
| HSV(B) | 130.77º | 0.93% | 0.16% | - |
| XYZ | 0.92 | 1.7 | 0.57 | - |
| YUV | 26.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 10 | 0.93 | 0 | 0.76 | 0.84 | 130.77 | 0.87 | 0.09 |
| Hex | 3 | 2A | A | 5D | 0 | 4C | 54 | 83 | 57 | 9 |
| Octal | 3 | 52 | 12 | 135 | 0 | 114 | 124 | 203 | 127 | 11 |
| Binary | 11 | 101010 | 1010 | 1011101 | 0 | 1001100 | 1010100 | 10000011 | 1010111 | 1001 |
Color Harmonies of #032A0A
Complementary color
Monochromatic Colors of #032A0A
Black with #032A0A
Text Example
Text Example
White with #032A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A0A; }
p { color: rgb(3,42,10); }
H1.HeaderClassName
{
color: #032A0A;
}
.AnyTagClassName
{
color: #032A0A;
}
</style>
background-color css
<style>
a { background-color: #032A0A; }
a { background-color: rgb(3,42,10); }
div.DivClassName
{
background-color: #032A0A;
}
.BgClassName
{
background-color: #032A0A;
}
</style>
border-color css
<style>
span { border-color: #032A0A; }
span { border-color: rgb(3,42,10); }
td.TdClassName
{
border-color: #032A0A;
}
.TagClassName
{
border-color: #032A0A;
}
</style>