Shades of Dark Green #053A2C
Tints of Dark Green #053A2C
RGB
CMYK
RGB Variations
Color information
#053A2C (or 0x053A2C) is known color: Dark Green. HEX triplet: 05, 3A and 2C. RGB value is (5,58,44). Sum of RGB (Red+Green+Blue) = 5+58+44=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #053A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A2C is #FAC5D3. Grayscale: #282828. Windows color (decimal): -16434644 or 2898437. OLE color: 2898437.
HSL color Cylindrical-coordinate representation of color #053A2C: hue angle of 164.15º 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 #053A2C is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 44 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.77 |
| HSL | 164.15º | 0.84% | 0.12% | - |
| HSV(B) | 164.15º | 0.91% | 0.23% | - |
| XYZ | 2.03 | 3.24 | 2.9 | - |
| YUV | 40.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 44 | 0.91 | 0 | 0.24 | 0.77 | 164.15 | 0.84 | 0.12 |
| Hex | 5 | 3A | 2C | 5B | 0 | 18 | 4D | A4 | 54 | C |
| Octal | 5 | 72 | 54 | 133 | 0 | 30 | 115 | 244 | 124 | 14 |
| Binary | 101 | 111010 | 101100 | 1011011 | 0 | 11000 | 1001101 | 10100100 | 1010100 | 1100 |
Color Harmonies of #053A2C
Complementary color
Monochromatic Colors of #053A2C
Black with #053A2C
Text Example
Text Example
White with #053A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A2C; }
p { color: rgb(5,58,44); }
H1.HeaderClassName
{
color: #053A2C;
}
.AnyTagClassName
{
color: #053A2C;
}
</style>
background-color css
<style>
a { background-color: #053A2C; }
a { background-color: rgb(5,58,44); }
div.DivClassName
{
background-color: #053A2C;
}
.BgClassName
{
background-color: #053A2C;
}
</style>
border-color css
<style>
span { border-color: #053A2C; }
span { border-color: rgb(5,58,44); }
td.TdClassName
{
border-color: #053A2C;
}
.TagClassName
{
border-color: #053A2C;
}
</style>