Shades of Dark Green #052C29
Tints of Dark Green #052C29
RGB
CMYK
RGB Variations
Color information
#052C29 (or 0x052C29) is known color: Dark Green. HEX triplet: 05, 2C and 29. RGB value is (5,44,41). Sum of RGB (Red+Green+Blue) = 5+44+41=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 44 - color contains mainly: green. Hex color #052C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C29 is #FAD3D6. Grayscale: #1F1F1F. Windows color (decimal): -16438231 or 2698245. OLE color: 2698245.
HSL color Cylindrical-coordinate representation of color #052C29: hue angle of 175.38º 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 #052C29 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 44 | 41 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.83 |
| HSL | 175.38º | 0.8% | 0.1% | - |
| HSV(B) | 175.38º | 0.89% | 0.17% | - |
| XYZ | 1.36 | 1.99 | 2.41 | - |
| YUV | 32 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 41 | 0.89 | 0 | 0.07 | 0.83 | 175.38 | 0.8 | 0.1 |
| Hex | 5 | 2C | 29 | 59 | 0 | 7 | 53 | AF | 50 | A |
| Octal | 5 | 54 | 51 | 131 | 0 | 7 | 123 | 257 | 120 | 12 |
| Binary | 101 | 101100 | 101001 | 1011001 | 0 | 111 | 1010011 | 10101111 | 1010000 | 1010 |
Color Harmonies of #052C29
Complementary color
Monochromatic Colors of #052C29
Black with #052C29
Text Example
Text Example
White with #052C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C29; }
p { color: rgb(5,44,41); }
H1.HeaderClassName
{
color: #052C29;
}
.AnyTagClassName
{
color: #052C29;
}
</style>
background-color css
<style>
a { background-color: #052C29; }
a { background-color: rgb(5,44,41); }
div.DivClassName
{
background-color: #052C29;
}
.BgClassName
{
background-color: #052C29;
}
</style>
border-color css
<style>
span { border-color: #052C29; }
span { border-color: rgb(5,44,41); }
td.TdClassName
{
border-color: #052C29;
}
.TagClassName
{
border-color: #052C29;
}
</style>