Shades of Green #058912
Tints of Green #058912
RGB
CMYK
RGB Variations
Color information
#058912 (or 0x058912) is known color: Green. HEX triplet: 05, 89 and 12. RGB value is (5,137,18). Sum of RGB (Red+Green+Blue) = 5+137+18=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 137 (53.91% from 255 or 85.62% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 137 - color contains mainly: green. Hex color #058912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058912 is #FA76ED. Grayscale: #545454. Windows color (decimal): -16414446 or 1214725. OLE color: 1214725.
HSL color Cylindrical-coordinate representation of color #058912: hue angle of 125.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058912 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 18 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.46 |
| HSL | 125.91º | 0.93% | 0.28% | - |
| HSV(B) | 125.91º | 0.96% | 0.54% | - |
| XYZ | 9.12 | 17.97 | 3.56 | - |
| YUV | 83.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 18 | 0.96 | 0 | 0.87 | 0.46 | 125.91 | 0.93 | 0.28 |
| Hex | 5 | 89 | 12 | 60 | 0 | 57 | 2E | 7E | 5D | 1C |
| Octal | 5 | 211 | 22 | 140 | 0 | 127 | 56 | 176 | 135 | 34 |
| Binary | 101 | 10001001 | 10010 | 1100000 | 0 | 1010111 | 101110 | 1111110 | 1011101 | 11100 |
Color Harmonies of #058912
Complementary color
Monochromatic Colors of #058912
Black with #058912
Text Example
Text Example
White with #058912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058912; }
p { color: rgb(5,137,18); }
H1.HeaderClassName
{
color: #058912;
}
.AnyTagClassName
{
color: #058912;
}
</style>
background-color css
<style>
a { background-color: #058912; }
a { background-color: rgb(5,137,18); }
div.DivClassName
{
background-color: #058912;
}
.BgClassName
{
background-color: #058912;
}
</style>
border-color css
<style>
span { border-color: #058912; }
span { border-color: rgb(5,137,18); }
td.TdClassName
{
border-color: #058912;
}
.TagClassName
{
border-color: #058912;
}
</style>