Shades of Dark Green #053A29
Tints of Dark Green #053A29
RGB
CMYK
RGB Variations
Color information
#053A29 (or 0x053A29) is known color: Dark Green. HEX triplet: 05, 3A and 29. RGB value is (5,58,41). Sum of RGB (Red+Green+Blue) = 5+58+41=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #053A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A29 is #FAC5D6. Grayscale: #282828. Windows color (decimal): -16434647 or 2701829. OLE color: 2701829.
HSL color Cylindrical-coordinate representation of color #053A29: hue angle of 160.75º 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 #053A29 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 41 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.77 |
| HSL | 160.75º | 0.84% | 0.12% | - |
| HSV(B) | 160.75º | 0.91% | 0.23% | - |
| XYZ | 1.98 | 3.22 | 2.61 | - |
| YUV | 40.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 41 | 0.91 | 0 | 0.29 | 0.77 | 160.75 | 0.84 | 0.12 |
| Hex | 5 | 3A | 29 | 5B | 0 | 1D | 4D | A1 | 54 | C |
| Octal | 5 | 72 | 51 | 133 | 0 | 35 | 115 | 241 | 124 | 14 |
| Binary | 101 | 111010 | 101001 | 1011011 | 0 | 11101 | 1001101 | 10100001 | 1010100 | 1100 |
Color Harmonies of #053A29
Complementary color
Monochromatic Colors of #053A29
Black with #053A29
Text Example
Text Example
White with #053A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A29; }
p { color: rgb(5,58,41); }
H1.HeaderClassName
{
color: #053A29;
}
.AnyTagClassName
{
color: #053A29;
}
</style>
background-color css
<style>
a { background-color: #053A29; }
a { background-color: rgb(5,58,41); }
div.DivClassName
{
background-color: #053A29;
}
.BgClassName
{
background-color: #053A29;
}
</style>
border-color css
<style>
span { border-color: #053A29; }
span { border-color: rgb(5,58,41); }
td.TdClassName
{
border-color: #053A29;
}
.TagClassName
{
border-color: #053A29;
}
</style>