Shades of Dark Green #053A2E
Tints of Dark Green #053A2E
RGB
CMYK
RGB Variations
Color information
#053A2E (or 0x053A2E) is known color: Dark Green. HEX triplet: 05, 3A and 2E. RGB value is (5,58,46). Sum of RGB (Red+Green+Blue) = 5+58+46=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #053A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A2E is #FAC5D1. Grayscale: #282828. Windows color (decimal): -16434642 or 3029509. OLE color: 3029509.
HSL color Cylindrical-coordinate representation of color #053A2E: hue angle of 166.42º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A2E is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 46 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.77 |
| HSL | 166.42º | 0.84% | 0.12% | - |
| HSV(B) | 166.42º | 0.91% | 0.23% | - |
| XYZ | 2.07 | 3.26 | 3.1 | - |
| YUV | 40.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 46 | 0.91 | 0 | 0.21 | 0.77 | 166.42 | 0.84 | 0.12 |
| Hex | 5 | 3A | 2E | 5B | 0 | 15 | 4D | A6 | 54 | C |
| Octal | 5 | 72 | 56 | 133 | 0 | 25 | 115 | 246 | 124 | 14 |
| Binary | 101 | 111010 | 101110 | 1011011 | 0 | 10101 | 1001101 | 10100110 | 1010100 | 1100 |
Color Harmonies of #053A2E
Complementary color
Monochromatic Colors of #053A2E
Black with #053A2E
Text Example
Text Example
White with #053A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A2E; }
p { color: rgb(5,58,46); }
H1.HeaderClassName
{
color: #053A2E;
}
.AnyTagClassName
{
color: #053A2E;
}
</style>
background-color css
<style>
a { background-color: #053A2E; }
a { background-color: rgb(5,58,46); }
div.DivClassName
{
background-color: #053A2E;
}
.BgClassName
{
background-color: #053A2E;
}
</style>
border-color css
<style>
span { border-color: #053A2E; }
span { border-color: rgb(5,58,46); }
td.TdClassName
{
border-color: #053A2E;
}
.TagClassName
{
border-color: #053A2E;
}
</style>