Shades of Deep Fir #052D0A
Tints of Deep Fir #052D0A
RGB
CMYK
RGB Variations
Color information
#052D0A (or 0x052D0A) is known color: Deep Fir. HEX triplet: 05, 2D and 0A. RGB value is (5,45,10). Sum of RGB (Red+Green+Blue) = 5+45+10=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 45 (17.97% from 255 or 75% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 45 - color contains mainly: green. Hex color #052D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052D0A is #FAD2F5. Grayscale: #1D1D1D. Windows color (decimal): -16438006 or 666885. OLE color: 666885.
HSL color Cylindrical-coordinate representation of color #052D0A: hue angle of 127.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052D0A is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 45 | 10 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.82 |
| HSL | 127.5º | 0.8% | 0.1% | - |
| HSV(B) | 127.5º | 0.89% | 0.18% | - |
| XYZ | 1.06 | 1.93 | 0.6 | - |
| YUV | 29.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 10 | 0.89 | 0 | 0.78 | 0.82 | 127.5 | 0.8 | 0.1 |
| Hex | 5 | 2D | A | 59 | 0 | 4E | 52 | 80 | 50 | A |
| Octal | 5 | 55 | 12 | 131 | 0 | 116 | 122 | 200 | 120 | 12 |
| Binary | 101 | 101101 | 1010 | 1011001 | 0 | 1001110 | 1010010 | 10000000 | 1010000 | 1010 |
Color Harmonies of #052D0A
Complementary color
Monochromatic Colors of #052D0A
Black with #052D0A
Text Example
Text Example
White with #052D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D0A; }
p { color: rgb(5,45,10); }
H1.HeaderClassName
{
color: #052D0A;
}
.AnyTagClassName
{
color: #052D0A;
}
</style>
background-color css
<style>
a { background-color: #052D0A; }
a { background-color: rgb(5,45,10); }
div.DivClassName
{
background-color: #052D0A;
}
.BgClassName
{
background-color: #052D0A;
}
</style>
border-color css
<style>
span { border-color: #052D0A; }
span { border-color: rgb(5,45,10); }
td.TdClassName
{
border-color: #052D0A;
}
.TagClassName
{
border-color: #052D0A;
}
</style>