Shades of Dark Green #053B2E
Tints of Dark Green #053B2E
RGB
CMYK
RGB Variations
Color information
#053B2E (or 0x053B2E) is known color: Dark Green. HEX triplet: 05, 3B and 2E. RGB value is (5,59,46). Sum of RGB (Red+Green+Blue) = 5+59+46=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #053B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B2E is #FAC4D1. Grayscale: #292929. Windows color (decimal): -16434386 or 3029765. OLE color: 3029765.
HSL color Cylindrical-coordinate representation of color #053B2E: hue angle of 165.56º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B2E is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 46 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.77 |
| HSL | 165.56º | 0.84% | 0.13% | - |
| HSV(B) | 165.56º | 0.92% | 0.23% | - |
| XYZ | 2.12 | 3.36 | 3.12 | - |
| YUV | 41.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 46 | 0.92 | 0 | 0.22 | 0.77 | 165.56 | 0.84 | 0.13 |
| Hex | 5 | 3B | 2E | 5C | 0 | 16 | 4D | A6 | 54 | D |
| Octal | 5 | 73 | 56 | 134 | 0 | 26 | 115 | 246 | 124 | 15 |
| Binary | 101 | 111011 | 101110 | 1011100 | 0 | 10110 | 1001101 | 10100110 | 1010100 | 1101 |
Color Harmonies of #053B2E
Complementary color
Monochromatic Colors of #053B2E
Black with #053B2E
Text Example
Text Example
White with #053B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B2E; }
p { color: rgb(5,59,46); }
H1.HeaderClassName
{
color: #053B2E;
}
.AnyTagClassName
{
color: #053B2E;
}
</style>
background-color css
<style>
a { background-color: #053B2E; }
a { background-color: rgb(5,59,46); }
div.DivClassName
{
background-color: #053B2E;
}
.BgClassName
{
background-color: #053B2E;
}
</style>
border-color css
<style>
span { border-color: #053B2E; }
span { border-color: rgb(5,59,46); }
td.TdClassName
{
border-color: #053B2E;
}
.TagClassName
{
border-color: #053B2E;
}
</style>