Shades of Dark Green #053A2F
Tints of Dark Green #053A2F
RGB
CMYK
RGB Variations
Color information
#053A2F (or 0x053A2F) is known color: Dark Green. HEX triplet: 05, 3A and 2F. RGB value is (5,58,47). Sum of RGB (Red+Green+Blue) = 5+58+47=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #053A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A2F is #FAC5D0. Grayscale: #282828. Windows color (decimal): -16434641 or 3095045. OLE color: 3095045.
HSL color Cylindrical-coordinate representation of color #053A2F: hue angle of 167.55º 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 #053A2F is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 47 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.77 |
| HSL | 167.55º | 0.84% | 0.12% | - |
| HSV(B) | 167.55º | 0.91% | 0.23% | - |
| XYZ | 2.09 | 3.26 | 3.21 | - |
| YUV | 40.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 47 | 0.91 | 0 | 0.19 | 0.77 | 167.55 | 0.84 | 0.12 |
| Hex | 5 | 3A | 2F | 5B | 0 | 13 | 4D | A8 | 54 | C |
| Octal | 5 | 72 | 57 | 133 | 0 | 23 | 115 | 250 | 124 | 14 |
| Binary | 101 | 111010 | 101111 | 1011011 | 0 | 10011 | 1001101 | 10101000 | 1010100 | 1100 |
Color Harmonies of #053A2F
Complementary color
Monochromatic Colors of #053A2F
Black with #053A2F
Text Example
Text Example
White with #053A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A2F; }
p { color: rgb(5,58,47); }
H1.HeaderClassName
{
color: #053A2F;
}
.AnyTagClassName
{
color: #053A2F;
}
</style>
background-color css
<style>
a { background-color: #053A2F; }
a { background-color: rgb(5,58,47); }
div.DivClassName
{
background-color: #053A2F;
}
.BgClassName
{
background-color: #053A2F;
}
</style>
border-color css
<style>
span { border-color: #053A2F; }
span { border-color: rgb(5,58,47); }
td.TdClassName
{
border-color: #053A2F;
}
.TagClassName
{
border-color: #053A2F;
}
</style>