Shades of Green #058000
Tints of Green #058000
RGB
CMYK
RGB Variations
Color information
#058000 (or 0x058000) is known color: Green. HEX triplet: 05, 80 and 00. RGB value is (5,128,0). Sum of RGB (Red+Green+Blue) = 5+128+0=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 128 (50.39% from 255 or 96.24% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 128 - color contains mainly: green. Hex color #058000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058000 is #FA7FFF. Grayscale: #4D4D4D. Windows color (decimal): -16416768 or 32773. OLE color: 32773.
HSL color Cylindrical-coordinate representation of color #058000: hue angle of 117.66º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #058000 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.50 |
| HSL | 117.66º | 1% | 0.25% | - |
| HSV(B) | 117.66º | 1% | 0.5% | - |
| XYZ | 7.78 | 15.47 | 2.58 | - |
| YUV | 76.63 | 84.75 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 0 | 0.96 | 0 | 1 | 0.50 | 117.66 | 1 | 0.25 |
| Hex | 5 | 80 | 0 | 60 | 0 | 64 | 32 | 76 | 64 | 19 |
| Octal | 5 | 200 | 0 | 140 | 0 | 144 | 62 | 166 | 144 | 31 |
| Binary | 101 | 10000000 | 0 | 1100000 | 0 | 1100100 | 110010 | 1110110 | 1100100 | 11001 |
Color Harmonies of #058000
Complementary color
Monochromatic Colors of #058000
Black with #058000
Text Example
Text Example
White with #058000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058000; }
p { color: rgb(5,128,0); }
H1.HeaderClassName
{
color: #058000;
}
.AnyTagClassName
{
color: #058000;
}
</style>
background-color css
<style>
a { background-color: #058000; }
a { background-color: rgb(5,128,0); }
div.DivClassName
{
background-color: #058000;
}
.BgClassName
{
background-color: #058000;
}
</style>
border-color css
<style>
span { border-color: #058000; }
span { border-color: rgb(5,128,0); }
td.TdClassName
{
border-color: #058000;
}
.TagClassName
{
border-color: #058000;
}
</style>