Shades of Dark Green #052C16
Tints of Dark Green #052C16
RGB
CMYK
RGB Variations
Color information
#052C16 (or 0x052C16) is known color: Dark Green. HEX triplet: 05, 2C and 16. RGB value is (5,44,22). Sum of RGB (Red+Green+Blue) = 5+44+22=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #052C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C16 is #FAD3E9. Grayscale: #1D1D1D. Windows color (decimal): -16438250 or 1453061. OLE color: 1453061.
HSL color Cylindrical-coordinate representation of color #052C16: hue angle of 146.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052C16 is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 44 | 22 | - |
| CMYK | 0.89 | 0 | 0.5 | 0.83 |
| HSL | 146.15º | 0.8% | 0.1% | - |
| HSV(B) | 146.15º | 0.89% | 0.17% | - |
| XYZ | 1.11 | 1.89 | 1.07 | - |
| YUV | 29.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 22 | 0.89 | 0 | 0.5 | 0.83 | 146.15 | 0.8 | 0.1 |
| Hex | 5 | 2C | 16 | 59 | 0 | 32 | 53 | 92 | 50 | A |
| Octal | 5 | 54 | 26 | 131 | 0 | 62 | 123 | 222 | 120 | 12 |
| Binary | 101 | 101100 | 10110 | 1011001 | 0 | 110010 | 1010011 | 10010010 | 1010000 | 1010 |
Color Harmonies of #052C16
Complementary color
Monochromatic Colors of #052C16
Black with #052C16
Text Example
Text Example
White with #052C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C16; }
p { color: rgb(5,44,22); }
H1.HeaderClassName
{
color: #052C16;
}
.AnyTagClassName
{
color: #052C16;
}
</style>
background-color css
<style>
a { background-color: #052C16; }
a { background-color: rgb(5,44,22); }
div.DivClassName
{
background-color: #052C16;
}
.BgClassName
{
background-color: #052C16;
}
</style>
border-color css
<style>
span { border-color: #052C16; }
span { border-color: rgb(5,44,22); }
td.TdClassName
{
border-color: #052C16;
}
.TagClassName
{
border-color: #052C16;
}
</style>