Shades of Dark Green #052B24
Tints of Dark Green #052B24
RGB
CMYK
RGB Variations
Color information
#052B24 (or 0x052B24) is known color: Dark Green. HEX triplet: 05, 2B and 24. RGB value is (5,43,36). Sum of RGB (Red+Green+Blue) = 5+43+36=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #052B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B24 is #FAD4DB. Grayscale: #1E1E1E. Windows color (decimal): -16438492 or 2370309. OLE color: 2370309.
HSL color Cylindrical-coordinate representation of color #052B24: hue angle of 168.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052B24 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 43 | 36 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.83 |
| HSL | 168.95º | 0.79% | 0.09% | - |
| HSV(B) | 168.95º | 0.88% | 0.17% | - |
| XYZ | 1.24 | 1.89 | 1.97 | - |
| YUV | 30.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 36 | 0.88 | 0 | 0.16 | 0.83 | 168.95 | 0.79 | 0.09 |
| Hex | 5 | 2B | 24 | 58 | 0 | 10 | 53 | A9 | 4F | 9 |
| Octal | 5 | 53 | 44 | 130 | 0 | 20 | 123 | 251 | 117 | 11 |
| Binary | 101 | 101011 | 100100 | 1011000 | 0 | 10000 | 1010011 | 10101001 | 1001111 | 1001 |
Color Harmonies of #052B24
Complementary color
Monochromatic Colors of #052B24
Black with #052B24
Text Example
Text Example
White with #052B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B24; }
p { color: rgb(5,43,36); }
H1.HeaderClassName
{
color: #052B24;
}
.AnyTagClassName
{
color: #052B24;
}
</style>
background-color css
<style>
a { background-color: #052B24; }
a { background-color: rgb(5,43,36); }
div.DivClassName
{
background-color: #052B24;
}
.BgClassName
{
background-color: #052B24;
}
</style>
border-color css
<style>
span { border-color: #052B24; }
span { border-color: rgb(5,43,36); }
td.TdClassName
{
border-color: #052B24;
}
.TagClassName
{
border-color: #052B24;
}
</style>