Shades of Dark Green #052C2B
Tints of Dark Green #052C2B
RGB
CMYK
RGB Variations
Color information
#052C2B (or 0x052C2B) is known color: Dark Green. HEX triplet: 05, 2C and 2B. RGB value is (5,44,43). Sum of RGB (Red+Green+Blue) = 5+44+43=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #052C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C2B is #FAD3D4. Grayscale: #202020. Windows color (decimal): -16438229 or 2829317. OLE color: 2829317.
HSL color Cylindrical-coordinate representation of color #052C2B: hue angle of 178.46º 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 #052C2B is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 44 | 43 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.83 |
| HSL | 178.46º | 0.8% | 0.1% | - |
| HSV(B) | 178.46º | 0.89% | 0.17% | - |
| XYZ | 1.4 | 2.01 | 2.6 | - |
| YUV | 32.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 43 | 0.89 | 0 | 0.02 | 0.83 | 178.46 | 0.8 | 0.1 |
| Hex | 5 | 2C | 2B | 59 | 0 | 2 | 53 | B2 | 50 | A |
| Octal | 5 | 54 | 53 | 131 | 0 | 2 | 123 | 262 | 120 | 12 |
| Binary | 101 | 101100 | 101011 | 1011001 | 0 | 10 | 1010011 | 10110010 | 1010000 | 1010 |
Color Harmonies of #052C2B
Complementary color
Monochromatic Colors of #052C2B
Black with #052C2B
Text Example
Text Example
White with #052C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C2B; }
p { color: rgb(5,44,43); }
H1.HeaderClassName
{
color: #052C2B;
}
.AnyTagClassName
{
color: #052C2B;
}
</style>
background-color css
<style>
a { background-color: #052C2B; }
a { background-color: rgb(5,44,43); }
div.DivClassName
{
background-color: #052C2B;
}
.BgClassName
{
background-color: #052C2B;
}
</style>
border-color css
<style>
span { border-color: #052C2B; }
span { border-color: rgb(5,44,43); }
td.TdClassName
{
border-color: #052C2B;
}
.TagClassName
{
border-color: #052C2B;
}
</style>