Shades of Green #058201
Tints of Green #058201
RGB
CMYK
RGB Variations
Color information
#058201 (or 0x058201) is known color: Green. HEX triplet: 05, 82 and 01. RGB value is (5,130,1). Sum of RGB (Red+Green+Blue) = 5+130+1=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 130 (51.17% from 255 or 95.59% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 130 - color contains mainly: green. Hex color #058201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058201 is #FA7DFE. Grayscale: #4E4E4E. Windows color (decimal): -16416255 or 98821. OLE color: 98821.
HSL color Cylindrical-coordinate representation of color #058201: hue angle of 118.14º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #058201 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.49 |
| HSL | 118.14º | 0.98% | 0.26% | - |
| HSV(B) | 118.14º | 0.99% | 0.51% | - |
| XYZ | 8.05 | 16 | 2.69 | - |
| YUV | 77.92 | 84.59 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 1 | 0.96 | 0 | 0.99 | 0.49 | 118.14 | 0.98 | 0.26 |
| Hex | 5 | 82 | 1 | 60 | 0 | 63 | 31 | 76 | 62 | 1A |
| Octal | 5 | 202 | 1 | 140 | 0 | 143 | 61 | 166 | 142 | 32 |
| Binary | 101 | 10000010 | 1 | 1100000 | 0 | 1100011 | 110001 | 1110110 | 1100010 | 11010 |
Color Harmonies of #058201
Complementary color
Monochromatic Colors of #058201
Black with #058201
Text Example
Text Example
White with #058201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058201; }
p { color: rgb(5,130,1); }
H1.HeaderClassName
{
color: #058201;
}
.AnyTagClassName
{
color: #058201;
}
</style>
background-color css
<style>
a { background-color: #058201; }
a { background-color: rgb(5,130,1); }
div.DivClassName
{
background-color: #058201;
}
.BgClassName
{
background-color: #058201;
}
</style>
border-color css
<style>
span { border-color: #058201; }
span { border-color: rgb(5,130,1); }
td.TdClassName
{
border-color: #058201;
}
.TagClassName
{
border-color: #058201;
}
</style>