Shades of Dark Green #052C23
Tints of Dark Green #052C23
RGB
CMYK
RGB Variations
Color information
#052C23 (or 0x052C23) is known color: Dark Green. HEX triplet: 05, 2C and 23. RGB value is (5,44,35). Sum of RGB (Red+Green+Blue) = 5+44+35=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #052C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C23 is #FAD3DC. Grayscale: #1F1F1F. Windows color (decimal): -16438237 or 2305029. OLE color: 2305029.
HSL color Cylindrical-coordinate representation of color #052C23: hue angle of 166.15º 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 #052C23 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 44 | 35 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.83 |
| HSL | 166.15º | 0.8% | 0.1% | - |
| HSV(B) | 166.15º | 0.89% | 0.17% | - |
| XYZ | 1.27 | 1.95 | 1.9 | - |
| YUV | 31.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 35 | 0.89 | 0 | 0.20 | 0.83 | 166.15 | 0.8 | 0.1 |
| Hex | 5 | 2C | 23 | 59 | 0 | 14 | 53 | A6 | 50 | A |
| Octal | 5 | 54 | 43 | 131 | 0 | 24 | 123 | 246 | 120 | 12 |
| Binary | 101 | 101100 | 100011 | 1011001 | 0 | 10100 | 1010011 | 10100110 | 1010000 | 1010 |
Color Harmonies of #052C23
Complementary color
Monochromatic Colors of #052C23
Black with #052C23
Text Example
Text Example
White with #052C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C23; }
p { color: rgb(5,44,35); }
H1.HeaderClassName
{
color: #052C23;
}
.AnyTagClassName
{
color: #052C23;
}
</style>
background-color css
<style>
a { background-color: #052C23; }
a { background-color: rgb(5,44,35); }
div.DivClassName
{
background-color: #052C23;
}
.BgClassName
{
background-color: #052C23;
}
</style>
border-color css
<style>
span { border-color: #052C23; }
span { border-color: rgb(5,44,35); }
td.TdClassName
{
border-color: #052C23;
}
.TagClassName
{
border-color: #052C23;
}
</style>