Shades of Green #058315
Tints of Green #058315
RGB
CMYK
RGB Variations
Color information
#058315 (or 0x058315) is known color: Green. HEX triplet: 05, 83 and 15. RGB value is (5,131,21). Sum of RGB (Red+Green+Blue) = 5+131+21=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 131 (51.56% from 255 or 83.44% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 131 - color contains mainly: green. Hex color #058315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058315 is #FA7CEA. Grayscale: #515151. Windows color (decimal): -16415979 or 1409797. OLE color: 1409797.
HSL color Cylindrical-coordinate representation of color #058315: hue angle of 127.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058315 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 21 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.49 |
| HSL | 127.62º | 0.93% | 0.27% | - |
| HSV(B) | 127.62º | 0.96% | 0.51% | - |
| XYZ | 8.31 | 16.32 | 3.42 | - |
| YUV | 80.79 | 94.26 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 21 | 0.96 | 0 | 0.84 | 0.49 | 127.62 | 0.93 | 0.27 |
| Hex | 5 | 83 | 15 | 60 | 0 | 54 | 31 | 80 | 5D | 1B |
| Octal | 5 | 203 | 25 | 140 | 0 | 124 | 61 | 200 | 135 | 33 |
| Binary | 101 | 10000011 | 10101 | 1100000 | 0 | 1010100 | 110001 | 10000000 | 1011101 | 11011 |
Color Harmonies of #058315
Complementary color
Monochromatic Colors of #058315
Black with #058315
Text Example
Text Example
White with #058315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058315; }
p { color: rgb(5,131,21); }
H1.HeaderClassName
{
color: #058315;
}
.AnyTagClassName
{
color: #058315;
}
</style>
background-color css
<style>
a { background-color: #058315; }
a { background-color: rgb(5,131,21); }
div.DivClassName
{
background-color: #058315;
}
.BgClassName
{
background-color: #058315;
}
</style>
border-color css
<style>
span { border-color: #058315; }
span { border-color: rgb(5,131,21); }
td.TdClassName
{
border-color: #058315;
}
.TagClassName
{
border-color: #058315;
}
</style>