Shades of Green #058502
Tints of Green #058502
RGB
CMYK
RGB Variations
Color information
#058502 (or 0x058502) is known color: Green. HEX triplet: 05, 85 and 02. RGB value is (5,133,2). Sum of RGB (Red+Green+Blue) = 5+133+2=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 133 (52.34% from 255 or 95% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 133 - color contains mainly: green. Hex color #058502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058502 is #FA7AFD. Grayscale: #505050. Windows color (decimal): -16415486 or 165125. OLE color: 165125.
HSL color Cylindrical-coordinate representation of color #058502: hue angle of 118.63º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058502 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.48 |
| HSL | 118.63º | 0.97% | 0.26% | - |
| HSV(B) | 118.63º | 0.98% | 0.52% | - |
| XYZ | 8.46 | 16.81 | 2.86 | - |
| YUV | 79.79 | 84.09 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 2 | 0.96 | 0 | 0.98 | 0.48 | 118.63 | 0.97 | 0.26 |
| Hex | 5 | 85 | 2 | 60 | 0 | 62 | 30 | 77 | 61 | 1A |
| Octal | 5 | 205 | 2 | 140 | 0 | 142 | 60 | 167 | 141 | 32 |
| Binary | 101 | 10000101 | 10 | 1100000 | 0 | 1100010 | 110000 | 1110111 | 1100001 | 11010 |
Color Harmonies of #058502
Complementary color
Monochromatic Colors of #058502
Black with #058502
Text Example
Text Example
White with #058502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058502; }
p { color: rgb(5,133,2); }
H1.HeaderClassName
{
color: #058502;
}
.AnyTagClassName
{
color: #058502;
}
</style>
background-color css
<style>
a { background-color: #058502; }
a { background-color: rgb(5,133,2); }
div.DivClassName
{
background-color: #058502;
}
.BgClassName
{
background-color: #058502;
}
</style>
border-color css
<style>
span { border-color: #058502; }
span { border-color: rgb(5,133,2); }
td.TdClassName
{
border-color: #058502;
}
.TagClassName
{
border-color: #058502;
}
</style>