Shades of Dark Green #052F1E
Tints of Dark Green #052F1E
RGB
CMYK
RGB Variations
Color information
#052F1E (or 0x052F1E) is known color: Dark Green. HEX triplet: 05, 2F and 1E. RGB value is (5,47,30). Sum of RGB (Red+Green+Blue) = 5+47+30=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #052F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F1E is #FAD0E1. Grayscale: #202020. Windows color (decimal): -16437474 or 1978117. OLE color: 1978117.
HSL color Cylindrical-coordinate representation of color #052F1E: hue angle of 155.71º 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 #052F1E is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 47 | 30 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.82 |
| HSL | 155.71º | 0.81% | 0.1% | - |
| HSV(B) | 155.71º | 0.89% | 0.18% | - |
| XYZ | 1.31 | 2.16 | 1.58 | - |
| YUV | 32.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 30 | 0.89 | 0 | 0.36 | 0.82 | 155.71 | 0.81 | 0.1 |
| Hex | 5 | 2F | 1E | 59 | 0 | 24 | 52 | 9C | 51 | A |
| Octal | 5 | 57 | 36 | 131 | 0 | 44 | 122 | 234 | 121 | 12 |
| Binary | 101 | 101111 | 11110 | 1011001 | 0 | 100100 | 1010010 | 10011100 | 1010001 | 1010 |
Color Harmonies of #052F1E
Complementary color
Monochromatic Colors of #052F1E
Black with #052F1E
Text Example
Text Example
White with #052F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F1E; }
p { color: rgb(5,47,30); }
H1.HeaderClassName
{
color: #052F1E;
}
.AnyTagClassName
{
color: #052F1E;
}
</style>
background-color css
<style>
a { background-color: #052F1E; }
a { background-color: rgb(5,47,30); }
div.DivClassName
{
background-color: #052F1E;
}
.BgClassName
{
background-color: #052F1E;
}
</style>
border-color css
<style>
span { border-color: #052F1E; }
span { border-color: rgb(5,47,30); }
td.TdClassName
{
border-color: #052F1E;
}
.TagClassName
{
border-color: #052F1E;
}
</style>