Shades of Green #058C03
Tints of Green #058C03
RGB
CMYK
RGB Variations
Color information
#058C03 (or 0x058C03) is known color: Green. HEX triplet: 05, 8C and 03. RGB value is (5,140,3). Sum of RGB (Red+Green+Blue) = 5+140+3=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 140 (55.08% from 255 or 94.59% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 140 - color contains mainly: green. Hex color #058C03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C03 is #FA73FC. Grayscale: #545454. Windows color (decimal): -16413693 or 232453. OLE color: 232453.
HSL color Cylindrical-coordinate representation of color #058C03: hue angle of 119.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058C03 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 3 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.45 |
| HSL | 119.12º | 0.96% | 0.28% | - |
| HSV(B) | 119.12º | 0.98% | 0.55% | - |
| XYZ | 9.46 | 18.8 | 3.22 | - |
| YUV | 84.02 | 82.27 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 3 | 0.96 | 0 | 0.98 | 0.45 | 119.12 | 0.96 | 0.28 |
| Hex | 5 | 8C | 3 | 60 | 0 | 62 | 2D | 77 | 60 | 1C |
| Octal | 5 | 214 | 3 | 140 | 0 | 142 | 55 | 167 | 140 | 34 |
| Binary | 101 | 10001100 | 11 | 1100000 | 0 | 1100010 | 101101 | 1110111 | 1100000 | 11100 |
Color Harmonies of #058C03
Complementary color
Monochromatic Colors of #058C03
Black with #058C03
Text Example
Text Example
White with #058C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C03; }
p { color: rgb(5,140,3); }
H1.HeaderClassName
{
color: #058C03;
}
.AnyTagClassName
{
color: #058C03;
}
</style>
background-color css
<style>
a { background-color: #058C03; }
a { background-color: rgb(5,140,3); }
div.DivClassName
{
background-color: #058C03;
}
.BgClassName
{
background-color: #058C03;
}
</style>
border-color css
<style>
span { border-color: #058C03; }
span { border-color: rgb(5,140,3); }
td.TdClassName
{
border-color: #058C03;
}
.TagClassName
{
border-color: #058C03;
}
</style>