Shades of Dark Green #053B2C
Tints of Dark Green #053B2C
RGB
CMYK
RGB Variations
Color information
#053B2C (or 0x053B2C) is known color: Dark Green. HEX triplet: 05, 3B and 2C. RGB value is (5,59,44). Sum of RGB (Red+Green+Blue) = 5+59+44=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #053B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B2C is #FAC4D3. Grayscale: #292929. Windows color (decimal): -16434388 or 2898693. OLE color: 2898693.
HSL color Cylindrical-coordinate representation of color #053B2C: hue angle of 163.33º 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 #053B2C is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 44 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.77 |
| HSL | 163.33º | 0.84% | 0.13% | - |
| HSV(B) | 163.33º | 0.92% | 0.23% | - |
| XYZ | 2.08 | 3.34 | 2.92 | - |
| YUV | 41.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 44 | 0.92 | 0 | 0.25 | 0.77 | 163.33 | 0.84 | 0.13 |
| Hex | 5 | 3B | 2C | 5C | 0 | 19 | 4D | A3 | 54 | D |
| Octal | 5 | 73 | 54 | 134 | 0 | 31 | 115 | 243 | 124 | 15 |
| Binary | 101 | 111011 | 101100 | 1011100 | 0 | 11001 | 1001101 | 10100011 | 1010100 | 1101 |
Color Harmonies of #053B2C
Complementary color
Monochromatic Colors of #053B2C
Black with #053B2C
Text Example
Text Example
White with #053B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B2C; }
p { color: rgb(5,59,44); }
H1.HeaderClassName
{
color: #053B2C;
}
.AnyTagClassName
{
color: #053B2C;
}
</style>
background-color css
<style>
a { background-color: #053B2C; }
a { background-color: rgb(5,59,44); }
div.DivClassName
{
background-color: #053B2C;
}
.BgClassName
{
background-color: #053B2C;
}
</style>
border-color css
<style>
span { border-color: #053B2C; }
span { border-color: rgb(5,59,44); }
td.TdClassName
{
border-color: #053B2C;
}
.TagClassName
{
border-color: #053B2C;
}
</style>