Shades of Dark Green #052F21
Tints of Dark Green #052F21
RGB
CMYK
RGB Variations
Color information
#052F21 (or 0x052F21) is known color: Dark Green. HEX triplet: 05, 2F and 21. RGB value is (5,47,33). Sum of RGB (Red+Green+Blue) = 5+47+33=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 47 (18.75% from 255 or 55.29% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 47 - color contains mainly: green. Hex color #052F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F21 is #FAD0DE. Grayscale: #202020. Windows color (decimal): -16437471 or 2174725. OLE color: 2174725.
HSL color Cylindrical-coordinate representation of color #052F21: hue angle of 160º 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 #052F21 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 47 | 33 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.82 |
| HSL | 160º | 0.81% | 0.1% | - |
| HSV(B) | 160º | 0.89% | 0.18% | - |
| XYZ | 1.35 | 2.18 | 1.79 | - |
| YUV | 32.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 33 | 0.89 | 0 | 0.30 | 0.82 | 160 | 0.81 | 0.1 |
| Hex | 5 | 2F | 21 | 59 | 0 | 1E | 52 | A0 | 51 | A |
| Octal | 5 | 57 | 41 | 131 | 0 | 36 | 122 | 240 | 121 | 12 |
| Binary | 101 | 101111 | 100001 | 1011001 | 0 | 11110 | 1010010 | 10100000 | 1010001 | 1010 |
Color Harmonies of #052F21
Complementary color
Monochromatic Colors of #052F21
Black with #052F21
Text Example
Text Example
White with #052F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F21; }
p { color: rgb(5,47,33); }
H1.HeaderClassName
{
color: #052F21;
}
.AnyTagClassName
{
color: #052F21;
}
</style>
background-color css
<style>
a { background-color: #052F21; }
a { background-color: rgb(5,47,33); }
div.DivClassName
{
background-color: #052F21;
}
.BgClassName
{
background-color: #052F21;
}
</style>
border-color css
<style>
span { border-color: #052F21; }
span { border-color: rgb(5,47,33); }
td.TdClassName
{
border-color: #052F21;
}
.TagClassName
{
border-color: #052F21;
}
</style>