Shades of Deep Fir #052A10
Tints of Deep Fir #052A10
RGB
CMYK
RGB Variations
Color information
#052A10 (or 0x052A10) is known color: Deep Fir. HEX triplet: 05, 2A and 10. RGB value is (5,42,16). Sum of RGB (Red+Green+Blue) = 5+42+16=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 42 (16.80% from 255 or 66.67% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 42 - color contains mainly: green. Hex color #052A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A10 is #FAD5EF. Grayscale: #1C1C1C. Windows color (decimal): -16438768 or 1059333. OLE color: 1059333.
HSL color Cylindrical-coordinate representation of color #052A10: hue angle of 137.84º 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 #052A10 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 42 | 16 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.84 |
| HSL | 137.84º | 0.79% | 0.09% | - |
| HSV(B) | 137.84º | 0.88% | 0.16% | - |
| XYZ | 0.98 | 1.73 | 0.77 | - |
| YUV | 27.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 16 | 0.88 | 0 | 0.62 | 0.84 | 137.84 | 0.79 | 0.09 |
| Hex | 5 | 2A | 10 | 58 | 0 | 3E | 54 | 8A | 4F | 9 |
| Octal | 5 | 52 | 20 | 130 | 0 | 76 | 124 | 212 | 117 | 11 |
| Binary | 101 | 101010 | 10000 | 1011000 | 0 | 111110 | 1010100 | 10001010 | 1001111 | 1001 |
Color Harmonies of #052A10
Complementary color
Monochromatic Colors of #052A10
Black with #052A10
Text Example
Text Example
White with #052A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A10; }
p { color: rgb(5,42,16); }
H1.HeaderClassName
{
color: #052A10;
}
.AnyTagClassName
{
color: #052A10;
}
</style>
background-color css
<style>
a { background-color: #052A10; }
a { background-color: rgb(5,42,16); }
div.DivClassName
{
background-color: #052A10;
}
.BgClassName
{
background-color: #052A10;
}
</style>
border-color css
<style>
span { border-color: #052A10; }
span { border-color: rgb(5,42,16); }
td.TdClassName
{
border-color: #052A10;
}
.TagClassName
{
border-color: #052A10;
}
</style>