Shades of Dark Green #052C17
Tints of Dark Green #052C17
RGB
CMYK
RGB Variations
Color information
#052C17 (or 0x052C17) is known color: Dark Green. HEX triplet: 05, 2C and 17. RGB value is (5,44,23). Sum of RGB (Red+Green+Blue) = 5+44+23=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #052C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C17 is #FAD3E8. Grayscale: #1D1D1D. Windows color (decimal): -16438249 or 1518597. OLE color: 1518597.
HSL color Cylindrical-coordinate representation of color #052C17: hue angle of 147.69º 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 #052C17 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 44 | 23 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.83 |
| HSL | 147.69º | 0.8% | 0.1% | - |
| HSV(B) | 147.69º | 0.89% | 0.17% | - |
| XYZ | 1.12 | 1.9 | 1.12 | - |
| YUV | 29.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 23 | 0.89 | 0 | 0.48 | 0.83 | 147.69 | 0.8 | 0.1 |
| Hex | 5 | 2C | 17 | 59 | 0 | 30 | 53 | 94 | 50 | A |
| Octal | 5 | 54 | 27 | 131 | 0 | 60 | 123 | 224 | 120 | 12 |
| Binary | 101 | 101100 | 10111 | 1011001 | 0 | 110000 | 1010011 | 10010100 | 1010000 | 1010 |
Color Harmonies of #052C17
Complementary color
Monochromatic Colors of #052C17
Black with #052C17
Text Example
Text Example
White with #052C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C17; }
p { color: rgb(5,44,23); }
H1.HeaderClassName
{
color: #052C17;
}
.AnyTagClassName
{
color: #052C17;
}
</style>
background-color css
<style>
a { background-color: #052C17; }
a { background-color: rgb(5,44,23); }
div.DivClassName
{
background-color: #052C17;
}
.BgClassName
{
background-color: #052C17;
}
</style>
border-color css
<style>
span { border-color: #052C17; }
span { border-color: rgb(5,44,23); }
td.TdClassName
{
border-color: #052C17;
}
.TagClassName
{
border-color: #052C17;
}
</style>