Shades of Dark Green #053A30
Tints of Dark Green #053A30
RGB
CMYK
RGB Variations
Color information
#053A30 (or 0x053A30) is known color: Dark Green. HEX triplet: 05, 3A and 30. RGB value is (5,58,48). Sum of RGB (Red+Green+Blue) = 5+58+48=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #053A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A30 is #FAC5CF. Grayscale: #292929. Windows color (decimal): -16434640 or 3160581. OLE color: 3160581.
HSL color Cylindrical-coordinate representation of color #053A30: hue angle of 168.68º 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 #053A30 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 48 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.77 |
| HSL | 168.68º | 0.84% | 0.12% | - |
| HSV(B) | 168.68º | 0.91% | 0.23% | - |
| XYZ | 2.11 | 3.27 | 3.32 | - |
| YUV | 41.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 48 | 0.91 | 0 | 0.17 | 0.77 | 168.68 | 0.84 | 0.12 |
| Hex | 5 | 3A | 30 | 5B | 0 | 11 | 4D | A9 | 54 | C |
| Octal | 5 | 72 | 60 | 133 | 0 | 21 | 115 | 251 | 124 | 14 |
| Binary | 101 | 111010 | 110000 | 1011011 | 0 | 10001 | 1001101 | 10101001 | 1010100 | 1100 |
Color Harmonies of #053A30
Complementary color
Monochromatic Colors of #053A30
Black with #053A30
Text Example
Text Example
White with #053A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A30; }
p { color: rgb(5,58,48); }
H1.HeaderClassName
{
color: #053A30;
}
.AnyTagClassName
{
color: #053A30;
}
</style>
background-color css
<style>
a { background-color: #053A30; }
a { background-color: rgb(5,58,48); }
div.DivClassName
{
background-color: #053A30;
}
.BgClassName
{
background-color: #053A30;
}
</style>
border-color css
<style>
span { border-color: #053A30; }
span { border-color: rgb(5,58,48); }
td.TdClassName
{
border-color: #053A30;
}
.TagClassName
{
border-color: #053A30;
}
</style>