Shades of Dark Green #052A11
Tints of Dark Green #052A11
RGB
CMYK
RGB Variations
Color information
#052A11 (or 0x052A11) is known color: Dark Green. HEX triplet: 05, 2A and 11. RGB value is (5,42,17). Sum of RGB (Red+Green+Blue) = 5+42+17=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 42 (16.80% from 255 or 65.62% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 42 - color contains mainly: green. Hex color #052A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A11 is #FAD5EE. Grayscale: #1C1C1C. Windows color (decimal): -16438767 or 1124869. OLE color: 1124869.
HSL color Cylindrical-coordinate representation of color #052A11: hue angle of 139.46º 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 #052A11 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 42 | 17 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.84 |
| HSL | 139.46º | 0.79% | 0.09% | - |
| HSV(B) | 139.46º | 0.88% | 0.16% | - |
| XYZ | 0.99 | 1.73 | 0.81 | - |
| YUV | 28.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 17 | 0.88 | 0 | 0.60 | 0.84 | 139.46 | 0.79 | 0.09 |
| Hex | 5 | 2A | 11 | 58 | 0 | 3C | 54 | 8B | 4F | 9 |
| Octal | 5 | 52 | 21 | 130 | 0 | 74 | 124 | 213 | 117 | 11 |
| Binary | 101 | 101010 | 10001 | 1011000 | 0 | 111100 | 1010100 | 10001011 | 1001111 | 1001 |
Color Harmonies of #052A11
Complementary color
Monochromatic Colors of #052A11
Black with #052A11
Text Example
Text Example
White with #052A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A11; }
p { color: rgb(5,42,17); }
H1.HeaderClassName
{
color: #052A11;
}
.AnyTagClassName
{
color: #052A11;
}
</style>
background-color css
<style>
a { background-color: #052A11; }
a { background-color: rgb(5,42,17); }
div.DivClassName
{
background-color: #052A11;
}
.BgClassName
{
background-color: #052A11;
}
</style>
border-color css
<style>
span { border-color: #052A11; }
span { border-color: rgb(5,42,17); }
td.TdClassName
{
border-color: #052A11;
}
.TagClassName
{
border-color: #052A11;
}
</style>