Shades of Green #058B0C
Tints of Green #058B0C
RGB
CMYK
RGB Variations
Color information
#058B0C (or 0x058B0C) is known color: Green. HEX triplet: 05, 8B and 0C. RGB value is (5,139,12). Sum of RGB (Red+Green+Blue) = 5+139+12=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 139 (54.69% from 255 or 89.10% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 139 - color contains mainly: green. Hex color #058B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058B0C is #FA74F3. Grayscale: #545454. Windows color (decimal): -16413940 or 822021. OLE color: 822021.
HSL color Cylindrical-coordinate representation of color #058B0C: hue angle of 123.13º 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 #058B0C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 12 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.45 |
| HSL | 123.13º | 0.93% | 0.28% | - |
| HSV(B) | 123.13º | 0.96% | 0.55% | - |
| XYZ | 9.36 | 18.52 | 3.43 | - |
| YUV | 84.46 | 87.11 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 12 | 0.96 | 0 | 0.91 | 0.45 | 123.13 | 0.93 | 0.28 |
| Hex | 5 | 8B | C | 60 | 0 | 5B | 2D | 7B | 5D | 1C |
| Octal | 5 | 213 | 14 | 140 | 0 | 133 | 55 | 173 | 135 | 34 |
| Binary | 101 | 10001011 | 1100 | 1100000 | 0 | 1011011 | 101101 | 1111011 | 1011101 | 11100 |
Color Harmonies of #058B0C
Complementary color
Monochromatic Colors of #058B0C
Black with #058B0C
Text Example
Text Example
White with #058B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B0C; }
p { color: rgb(5,139,12); }
H1.HeaderClassName
{
color: #058B0C;
}
.AnyTagClassName
{
color: #058B0C;
}
</style>
background-color css
<style>
a { background-color: #058B0C; }
a { background-color: rgb(5,139,12); }
div.DivClassName
{
background-color: #058B0C;
}
.BgClassName
{
background-color: #058B0C;
}
</style>
border-color css
<style>
span { border-color: #058B0C; }
span { border-color: rgb(5,139,12); }
td.TdClassName
{
border-color: #058B0C;
}
.TagClassName
{
border-color: #058B0C;
}
</style>