Shades of Green #058301
Tints of Green #058301
RGB
CMYK
RGB Variations
Color information
#058301 (or 0x058301) is known color: Green. HEX triplet: 05, 83 and 01. RGB value is (5,131,1). Sum of RGB (Red+Green+Blue) = 5+131+1=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 131 (51.56% from 255 or 95.62% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 131 - color contains mainly: green. Hex color #058301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058301 is #FA7CFE. Grayscale: #4E4E4E. Windows color (decimal): -16415999 or 99077. OLE color: 99077.
HSL color Cylindrical-coordinate representation of color #058301: hue angle of 118.15º 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 #058301 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.49 |
| HSL | 118.15º | 0.98% | 0.26% | - |
| HSV(B) | 118.15º | 0.99% | 0.51% | - |
| XYZ | 8.18 | 16.27 | 2.74 | - |
| YUV | 78.51 | 84.26 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 1 | 0.96 | 0 | 0.99 | 0.49 | 118.15 | 0.98 | 0.26 |
| Hex | 5 | 83 | 1 | 60 | 0 | 63 | 31 | 76 | 62 | 1A |
| Octal | 5 | 203 | 1 | 140 | 0 | 143 | 61 | 166 | 142 | 32 |
| Binary | 101 | 10000011 | 1 | 1100000 | 0 | 1100011 | 110001 | 1110110 | 1100010 | 11010 |
Color Harmonies of #058301
Complementary color
Monochromatic Colors of #058301
Black with #058301
Text Example
Text Example
White with #058301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058301; }
p { color: rgb(5,131,1); }
H1.HeaderClassName
{
color: #058301;
}
.AnyTagClassName
{
color: #058301;
}
</style>
background-color css
<style>
a { background-color: #058301; }
a { background-color: rgb(5,131,1); }
div.DivClassName
{
background-color: #058301;
}
.BgClassName
{
background-color: #058301;
}
</style>
border-color css
<style>
span { border-color: #058301; }
span { border-color: rgb(5,131,1); }
td.TdClassName
{
border-color: #058301;
}
.TagClassName
{
border-color: #058301;
}
</style>