Shades of Deep Fir #052E11
Tints of Deep Fir #052E11
RGB
CMYK
RGB Variations
Color information
#052E11 (or 0x052E11) is known color: Deep Fir. HEX triplet: 05, 2E and 11. RGB value is (5,46,17). Sum of RGB (Red+Green+Blue) = 5+46+17=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 46 (18.36% from 255 or 67.65% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 46 - color contains mainly: green. Hex color #052E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052E11 is #FAD1EE. Grayscale: #1E1E1E. Windows color (decimal): -16437743 or 1125893. OLE color: 1125893.
HSL color Cylindrical-coordinate representation of color #052E11: hue angle of 137.56º 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 #052E11 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 46 | 17 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.82 |
| HSL | 137.56º | 0.8% | 0.1% | - |
| HSV(B) | 137.56º | 0.89% | 0.18% | - |
| XYZ | 1.14 | 2.03 | 0.86 | - |
| YUV | 30.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 17 | 0.89 | 0 | 0.63 | 0.82 | 137.56 | 0.8 | 0.1 |
| Hex | 5 | 2E | 11 | 59 | 0 | 3F | 52 | 8A | 50 | A |
| Octal | 5 | 56 | 21 | 131 | 0 | 77 | 122 | 212 | 120 | 12 |
| Binary | 101 | 101110 | 10001 | 1011001 | 0 | 111111 | 1010010 | 10001010 | 1010000 | 1010 |
Color Harmonies of #052E11
Complementary color
Monochromatic Colors of #052E11
Black with #052E11
Text Example
Text Example
White with #052E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E11; }
p { color: rgb(5,46,17); }
H1.HeaderClassName
{
color: #052E11;
}
.AnyTagClassName
{
color: #052E11;
}
</style>
background-color css
<style>
a { background-color: #052E11; }
a { background-color: rgb(5,46,17); }
div.DivClassName
{
background-color: #052E11;
}
.BgClassName
{
background-color: #052E11;
}
</style>
border-color css
<style>
span { border-color: #052E11; }
span { border-color: rgb(5,46,17); }
td.TdClassName
{
border-color: #052E11;
}
.TagClassName
{
border-color: #052E11;
}
</style>