Shades of Dark Green #052C1D
Tints of Dark Green #052C1D
RGB
CMYK
RGB Variations
Color information
#052C1D (or 0x052C1D) is known color: Dark Green. HEX triplet: 05, 2C and 1D. RGB value is (5,44,29). Sum of RGB (Red+Green+Blue) = 5+44+29=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #052C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C1D is #FAD3E2. Grayscale: #1E1E1E. Windows color (decimal): -16438243 or 1911813. OLE color: 1911813.
HSL color Cylindrical-coordinate representation of color #052C1D: hue angle of 156.92º 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 #052C1D is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 44 | 29 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.83 |
| HSL | 156.92º | 0.8% | 0.1% | - |
| HSV(B) | 156.92º | 0.89% | 0.17% | - |
| XYZ | 1.19 | 1.92 | 1.47 | - |
| YUV | 30.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 29 | 0.89 | 0 | 0.34 | 0.83 | 156.92 | 0.8 | 0.1 |
| Hex | 5 | 2C | 1D | 59 | 0 | 22 | 53 | 9D | 50 | A |
| Octal | 5 | 54 | 35 | 131 | 0 | 42 | 123 | 235 | 120 | 12 |
| Binary | 101 | 101100 | 11101 | 1011001 | 0 | 100010 | 1010011 | 10011101 | 1010000 | 1010 |
Color Harmonies of #052C1D
Complementary color
Monochromatic Colors of #052C1D
Black with #052C1D
Text Example
Text Example
White with #052C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C1D; }
p { color: rgb(5,44,29); }
H1.HeaderClassName
{
color: #052C1D;
}
.AnyTagClassName
{
color: #052C1D;
}
</style>
background-color css
<style>
a { background-color: #052C1D; }
a { background-color: rgb(5,44,29); }
div.DivClassName
{
background-color: #052C1D;
}
.BgClassName
{
background-color: #052C1D;
}
</style>
border-color css
<style>
span { border-color: #052C1D; }
span { border-color: rgb(5,44,29); }
td.TdClassName
{
border-color: #052C1D;
}
.TagClassName
{
border-color: #052C1D;
}
</style>