Shades of Dark Green #052D23
Tints of Dark Green #052D23
RGB
CMYK
RGB Variations
Color information
#052D23 (or 0x052D23) is known color: Dark Green. HEX triplet: 05, 2D and 23. RGB value is (5,45,35). Sum of RGB (Red+Green+Blue) = 5+45+35=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 45 (17.97% from 255 or 52.94% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 45 - color contains mainly: green. Hex color #052D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D23 is #FAD2DC. Grayscale: #1F1F1F. Windows color (decimal): -16437981 or 2305285. OLE color: 2305285.
HSL color Cylindrical-coordinate representation of color #052D23: hue angle of 165º degrees, saturation: 0.8, 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 #052D23 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 45 | 35 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.82 |
| HSL | 165º | 0.8% | 0.1% | - |
| HSV(B) | 165º | 0.89% | 0.18% | - |
| XYZ | 1.3 | 2.03 | 1.91 | - |
| YUV | 31.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 35 | 0.89 | 0 | 0.22 | 0.82 | 165 | 0.8 | 0.1 |
| Hex | 5 | 2D | 23 | 59 | 0 | 16 | 52 | A5 | 50 | A |
| Octal | 5 | 55 | 43 | 131 | 0 | 26 | 122 | 245 | 120 | 12 |
| Binary | 101 | 101101 | 100011 | 1011001 | 0 | 10110 | 1010010 | 10100101 | 1010000 | 1010 |
Color Harmonies of #052D23
Complementary color
Monochromatic Colors of #052D23
Black with #052D23
Text Example
Text Example
White with #052D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D23; }
p { color: rgb(5,45,35); }
H1.HeaderClassName
{
color: #052D23;
}
.AnyTagClassName
{
color: #052D23;
}
</style>
background-color css
<style>
a { background-color: #052D23; }
a { background-color: rgb(5,45,35); }
div.DivClassName
{
background-color: #052D23;
}
.BgClassName
{
background-color: #052D23;
}
</style>
border-color css
<style>
span { border-color: #052D23; }
span { border-color: rgb(5,45,35); }
td.TdClassName
{
border-color: #052D23;
}
.TagClassName
{
border-color: #052D23;
}
</style>