Shades of Dark Green #052C1C
Tints of Dark Green #052C1C
RGB
CMYK
RGB Variations
Color information
#052C1C (or 0x052C1C) is known color: Dark Green. HEX triplet: 05, 2C and 1C. RGB value is (5,44,28). Sum of RGB (Red+Green+Blue) = 5+44+28=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #052C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C1C is #FAD3E3. Grayscale: #1E1E1E. Windows color (decimal): -16438244 or 1846277. OLE color: 1846277.
HSL color Cylindrical-coordinate representation of color #052C1C: hue angle of 155.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 #052C1C is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 44 | 28 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.83 |
| HSL | 155.38º | 0.8% | 0.1% | - |
| HSV(B) | 155.38º | 0.89% | 0.17% | - |
| XYZ | 1.17 | 1.92 | 1.41 | - |
| YUV | 30.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 28 | 0.89 | 0 | 0.36 | 0.83 | 155.38 | 0.8 | 0.1 |
| Hex | 5 | 2C | 1C | 59 | 0 | 24 | 53 | 9B | 50 | A |
| Octal | 5 | 54 | 34 | 131 | 0 | 44 | 123 | 233 | 120 | 12 |
| Binary | 101 | 101100 | 11100 | 1011001 | 0 | 100100 | 1010011 | 10011011 | 1010000 | 1010 |
Color Harmonies of #052C1C
Complementary color
Monochromatic Colors of #052C1C
Black with #052C1C
Text Example
Text Example
White with #052C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C1C; }
p { color: rgb(5,44,28); }
H1.HeaderClassName
{
color: #052C1C;
}
.AnyTagClassName
{
color: #052C1C;
}
</style>
background-color css
<style>
a { background-color: #052C1C; }
a { background-color: rgb(5,44,28); }
div.DivClassName
{
background-color: #052C1C;
}
.BgClassName
{
background-color: #052C1C;
}
</style>
border-color css
<style>
span { border-color: #052C1C; }
span { border-color: rgb(5,44,28); }
td.TdClassName
{
border-color: #052C1C;
}
.TagClassName
{
border-color: #052C1C;
}
</style>