Shades of Green #058802
Tints of Green #058802
RGB
CMYK
RGB Variations
Color information
#058802 (or 0x058802) is known color: Green. HEX triplet: 05, 88 and 02. RGB value is (5,136,2). Sum of RGB (Red+Green+Blue) = 5+136+2=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 136 (53.52% from 255 or 95.10% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 136 - color contains mainly: green. Hex color #058802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058802 is #FA77FD. Grayscale: #515151. Windows color (decimal): -16414718 or 165893. OLE color: 165893.
HSL color Cylindrical-coordinate representation of color #058802: hue angle of 118.66º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #058802 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.47 |
| HSL | 118.66º | 0.97% | 0.27% | - |
| HSV(B) | 118.66º | 0.99% | 0.53% | - |
| XYZ | 8.88 | 17.64 | 3 | - |
| YUV | 81.56 | 83.1 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 2 | 0.96 | 0 | 0.99 | 0.47 | 118.66 | 0.97 | 0.27 |
| Hex | 5 | 88 | 2 | 60 | 0 | 63 | 2F | 77 | 61 | 1B |
| Octal | 5 | 210 | 2 | 140 | 0 | 143 | 57 | 167 | 141 | 33 |
| Binary | 101 | 10001000 | 10 | 1100000 | 0 | 1100011 | 101111 | 1110111 | 1100001 | 11011 |
Color Harmonies of #058802
Complementary color
Monochromatic Colors of #058802
Black with #058802
Text Example
Text Example
White with #058802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058802; }
p { color: rgb(5,136,2); }
H1.HeaderClassName
{
color: #058802;
}
.AnyTagClassName
{
color: #058802;
}
</style>
background-color css
<style>
a { background-color: #058802; }
a { background-color: rgb(5,136,2); }
div.DivClassName
{
background-color: #058802;
}
.BgClassName
{
background-color: #058802;
}
</style>
border-color css
<style>
span { border-color: #058802; }
span { border-color: rgb(5,136,2); }
td.TdClassName
{
border-color: #058802;
}
.TagClassName
{
border-color: #058802;
}
</style>