Shades of Deep Fir #052A0C
Tints of Deep Fir #052A0C
RGB
CMYK
RGB Variations
Color information
#052A0C (or 0x052A0C) is known color: Deep Fir. HEX triplet: 05, 2A and 0C. RGB value is (5,42,12). Sum of RGB (Red+Green+Blue) = 5+42+12=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 42 (16.80% from 255 or 71.19% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 42 - color contains mainly: green. Hex color #052A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A0C is #FAD5F3. Grayscale: #1B1B1B. Windows color (decimal): -16438772 or 797189. OLE color: 797189.
HSL color Cylindrical-coordinate representation of color #052A0C: hue angle of 131.35º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052A0C is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 42 | 12 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.84 |
| HSL | 131.35º | 0.79% | 0.09% | - |
| HSV(B) | 131.35º | 0.88% | 0.16% | - |
| XYZ | 0.96 | 1.71 | 0.63 | - |
| YUV | 27.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 12 | 0.88 | 0 | 0.71 | 0.84 | 131.35 | 0.79 | 0.09 |
| Hex | 5 | 2A | C | 58 | 0 | 47 | 54 | 83 | 4F | 9 |
| Octal | 5 | 52 | 14 | 130 | 0 | 107 | 124 | 203 | 117 | 11 |
| Binary | 101 | 101010 | 1100 | 1011000 | 0 | 1000111 | 1010100 | 10000011 | 1001111 | 1001 |
Color Harmonies of #052A0C
Complementary color
Monochromatic Colors of #052A0C
Black with #052A0C
Text Example
Text Example
White with #052A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A0C; }
p { color: rgb(5,42,12); }
H1.HeaderClassName
{
color: #052A0C;
}
.AnyTagClassName
{
color: #052A0C;
}
</style>
background-color css
<style>
a { background-color: #052A0C; }
a { background-color: rgb(5,42,12); }
div.DivClassName
{
background-color: #052A0C;
}
.BgClassName
{
background-color: #052A0C;
}
</style>
border-color css
<style>
span { border-color: #052A0C; }
span { border-color: rgb(5,42,12); }
td.TdClassName
{
border-color: #052A0C;
}
.TagClassName
{
border-color: #052A0C;
}
</style>