Shades of Dark Green #053B30
Tints of Dark Green #053B30
RGB
CMYK
RGB Variations
Color information
#053B30 (or 0x053B30) is known color: Dark Green. HEX triplet: 05, 3B and 30. RGB value is (5,59,48). Sum of RGB (Red+Green+Blue) = 5+59+48=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #053B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B30 is #FAC4CF. Grayscale: #292929. Windows color (decimal): -16434384 or 3160837. OLE color: 3160837.
HSL color Cylindrical-coordinate representation of color #053B30: hue angle of 167.78º 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 #053B30 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 48 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.77 |
| HSL | 167.78º | 0.84% | 0.13% | - |
| HSV(B) | 167.78º | 0.92% | 0.23% | - |
| XYZ | 2.16 | 3.37 | 3.33 | - |
| YUV | 41.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 48 | 0.92 | 0 | 0.19 | 0.77 | 167.78 | 0.84 | 0.13 |
| Hex | 5 | 3B | 30 | 5C | 0 | 13 | 4D | A8 | 54 | D |
| Octal | 5 | 73 | 60 | 134 | 0 | 23 | 115 | 250 | 124 | 15 |
| Binary | 101 | 111011 | 110000 | 1011100 | 0 | 10011 | 1001101 | 10101000 | 1010100 | 1101 |
Color Harmonies of #053B30
Complementary color
Monochromatic Colors of #053B30
Black with #053B30
Text Example
Text Example
White with #053B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B30; }
p { color: rgb(5,59,48); }
H1.HeaderClassName
{
color: #053B30;
}
.AnyTagClassName
{
color: #053B30;
}
</style>
background-color css
<style>
a { background-color: #053B30; }
a { background-color: rgb(5,59,48); }
div.DivClassName
{
background-color: #053B30;
}
.BgClassName
{
background-color: #053B30;
}
</style>
border-color css
<style>
span { border-color: #053B30; }
span { border-color: rgb(5,59,48); }
td.TdClassName
{
border-color: #053B30;
}
.TagClassName
{
border-color: #053B30;
}
</style>