Shades of Green #058C19
Tints of Green #058C19
RGB
CMYK
RGB Variations
Color information
#058C19 (or 0x058C19) is known color: Green. HEX triplet: 05, 8C and 19. RGB value is (5,140,25). Sum of RGB (Red+Green+Blue) = 5+140+25=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 140 (55.08% from 255 or 82.35% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 140 - color contains mainly: green. Hex color #058C19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C19 is #FA73E6. Grayscale: #565656. Windows color (decimal): -16413671 or 1674245. OLE color: 1674245.
HSL color Cylindrical-coordinate representation of color #058C19: hue angle of 128.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C19 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 25 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.45 |
| HSL | 128.89º | 0.93% | 0.28% | - |
| HSV(B) | 128.89º | 0.96% | 0.55% | - |
| XYZ | 9.62 | 18.86 | 4.05 | - |
| YUV | 86.53 | 93.27 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 25 | 0.96 | 0 | 0.82 | 0.45 | 128.89 | 0.93 | 0.28 |
| Hex | 5 | 8C | 19 | 60 | 0 | 52 | 2D | 81 | 5D | 1C |
| Octal | 5 | 214 | 31 | 140 | 0 | 122 | 55 | 201 | 135 | 34 |
| Binary | 101 | 10001100 | 11001 | 1100000 | 0 | 1010010 | 101101 | 10000001 | 1011101 | 11100 |
Color Harmonies of #058C19
Complementary color
Monochromatic Colors of #058C19
Black with #058C19
Text Example
Text Example
White with #058C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C19; }
p { color: rgb(5,140,25); }
H1.HeaderClassName
{
color: #058C19;
}
.AnyTagClassName
{
color: #058C19;
}
</style>
background-color css
<style>
a { background-color: #058C19; }
a { background-color: rgb(5,140,25); }
div.DivClassName
{
background-color: #058C19;
}
.BgClassName
{
background-color: #058C19;
}
</style>
border-color css
<style>
span { border-color: #058C19; }
span { border-color: rgb(5,140,25); }
td.TdClassName
{
border-color: #058C19;
}
.TagClassName
{
border-color: #058C19;
}
</style>