Shades of Green #058213
Tints of Green #058213
RGB
CMYK
RGB Variations
Color information
#058213 (or 0x058213) is known color: Green. HEX triplet: 05, 82 and 13. RGB value is (5,130,19). Sum of RGB (Red+Green+Blue) = 5+130+19=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #058213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058213 is #FA7DEC. Grayscale: #505050. Windows color (decimal): -16416237 or 1278469. OLE color: 1278469.
HSL color Cylindrical-coordinate representation of color #058213: hue angle of 126.72º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058213 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 19 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.49 |
| HSL | 126.72º | 0.93% | 0.26% | - |
| HSV(B) | 126.72º | 0.96% | 0.51% | - |
| XYZ | 8.16 | 16.04 | 3.28 | - |
| YUV | 79.97 | 93.59 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 19 | 0.96 | 0 | 0.85 | 0.49 | 126.72 | 0.93 | 0.26 |
| Hex | 5 | 82 | 13 | 60 | 0 | 55 | 31 | 7F | 5D | 1A |
| Octal | 5 | 202 | 23 | 140 | 0 | 125 | 61 | 177 | 135 | 32 |
| Binary | 101 | 10000010 | 10011 | 1100000 | 0 | 1010101 | 110001 | 1111111 | 1011101 | 11010 |
Color Harmonies of #058213
Complementary color
Monochromatic Colors of #058213
Black with #058213
Text Example
Text Example
White with #058213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058213; }
p { color: rgb(5,130,19); }
H1.HeaderClassName
{
color: #058213;
}
.AnyTagClassName
{
color: #058213;
}
</style>
background-color css
<style>
a { background-color: #058213; }
a { background-color: rgb(5,130,19); }
div.DivClassName
{
background-color: #058213;
}
.BgClassName
{
background-color: #058213;
}
</style>
border-color css
<style>
span { border-color: #058213; }
span { border-color: rgb(5,130,19); }
td.TdClassName
{
border-color: #058213;
}
.TagClassName
{
border-color: #058213;
}
</style>