Shades of Dark Green #052F16
Tints of Dark Green #052F16
RGB
CMYK
RGB Variations
Color information
#052F16 (or 0x052F16) is known color: Dark Green. HEX triplet: 05, 2F and 16. RGB value is (5,47,22). Sum of RGB (Red+Green+Blue) = 5+47+22=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #052F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052F16 is #FAD0E9. Grayscale: #1F1F1F. Windows color (decimal): -16437482 or 1453829. OLE color: 1453829.
HSL color Cylindrical-coordinate representation of color #052F16: hue angle of 144.29º degrees, saturation: 0.81, 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 #052F16 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 47 | 22 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.82 |
| HSL | 144.29º | 0.81% | 0.1% | - |
| HSV(B) | 144.29º | 0.89% | 0.18% | - |
| XYZ | 1.22 | 2.12 | 1.1 | - |
| YUV | 31.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 22 | 0.89 | 0 | 0.53 | 0.82 | 144.29 | 0.81 | 0.1 |
| Hex | 5 | 2F | 16 | 59 | 0 | 35 | 52 | 90 | 51 | A |
| Octal | 5 | 57 | 26 | 131 | 0 | 65 | 122 | 220 | 121 | 12 |
| Binary | 101 | 101111 | 10110 | 1011001 | 0 | 110101 | 1010010 | 10010000 | 1010001 | 1010 |
Color Harmonies of #052F16
Complementary color
Monochromatic Colors of #052F16
Black with #052F16
Text Example
Text Example
White with #052F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F16; }
p { color: rgb(5,47,22); }
H1.HeaderClassName
{
color: #052F16;
}
.AnyTagClassName
{
color: #052F16;
}
</style>
background-color css
<style>
a { background-color: #052F16; }
a { background-color: rgb(5,47,22); }
div.DivClassName
{
background-color: #052F16;
}
.BgClassName
{
background-color: #052F16;
}
</style>
border-color css
<style>
span { border-color: #052F16; }
span { border-color: rgb(5,47,22); }
td.TdClassName
{
border-color: #052F16;
}
.TagClassName
{
border-color: #052F16;
}
</style>