Shades of Dark Green #052C26
Tints of Dark Green #052C26
RGB
CMYK
RGB Variations
Color information
#052C26 (or 0x052C26) is known color: Dark Green. HEX triplet: 05, 2C and 26. RGB value is (5,44,38). Sum of RGB (Red+Green+Blue) = 5+44+38=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 44 (17.58% from 255 or 50.57% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 44 - color contains mainly: green. Hex color #052C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C26 is #FAD3D9. Grayscale: #1F1F1F. Windows color (decimal): -16438234 or 2501637. OLE color: 2501637.
HSL color Cylindrical-coordinate representation of color #052C26: hue angle of 170.77º 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 #052C26 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 44 | 38 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.83 |
| HSL | 170.77º | 0.8% | 0.1% | - |
| HSV(B) | 170.77º | 0.89% | 0.17% | - |
| XYZ | 1.31 | 1.97 | 2.15 | - |
| YUV | 31.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 38 | 0.89 | 0 | 0.14 | 0.83 | 170.77 | 0.8 | 0.1 |
| Hex | 5 | 2C | 26 | 59 | 0 | E | 53 | AB | 50 | A |
| Octal | 5 | 54 | 46 | 131 | 0 | 16 | 123 | 253 | 120 | 12 |
| Binary | 101 | 101100 | 100110 | 1011001 | 0 | 1110 | 1010011 | 10101011 | 1010000 | 1010 |
Color Harmonies of #052C26
Complementary color
Monochromatic Colors of #052C26
Black with #052C26
Text Example
Text Example
White with #052C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C26; }
p { color: rgb(5,44,38); }
H1.HeaderClassName
{
color: #052C26;
}
.AnyTagClassName
{
color: #052C26;
}
</style>
background-color css
<style>
a { background-color: #052C26; }
a { background-color: rgb(5,44,38); }
div.DivClassName
{
background-color: #052C26;
}
.BgClassName
{
background-color: #052C26;
}
</style>
border-color css
<style>
span { border-color: #052C26; }
span { border-color: rgb(5,44,38); }
td.TdClassName
{
border-color: #052C26;
}
.TagClassName
{
border-color: #052C26;
}
</style>