Shades of Green #157310
Tints of Green #157310
RGB
CMYK
RGB Variations
Color information
#157310 (or 0x157310) is known color: Green. HEX triplet: 15, 73 and 10. RGB value is (21,115,16). Sum of RGB (Red+Green+Blue) = 21+115+16=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #157310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157310 is #EA8CEF. Grayscale: #4B4B4B. Windows color (decimal): -15371504 or 1078037. OLE color: 1078037.
HSL color Cylindrical-coordinate representation of color #157310: hue angle of 116.97º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157310 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 115 | 16 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.55 |
| HSL | 116.97º | 0.76% | 0.26% | - |
| HSV(B) | 116.97º | 0.86% | 0.45% | - |
| XYZ | 6.53 | 12.46 | 2.55 | - |
| YUV | 75.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 16 | 0.82 | 0 | 0.86 | 0.55 | 116.97 | 0.76 | 0.26 |
| Hex | 15 | 73 | 10 | 52 | 0 | 56 | 37 | 75 | 4C | 1A |
| Octal | 25 | 163 | 20 | 122 | 0 | 126 | 67 | 165 | 114 | 32 |
| Binary | 10101 | 1110011 | 10000 | 1010010 | 0 | 1010110 | 110111 | 1110101 | 1001100 | 11010 |
Color Harmonies of #157310
Complementary color
Monochromatic Colors of #157310
Black with #157310
Text Example
Text Example
White with #157310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157310; }
p { color: rgb(21,115,16); }
H1.HeaderClassName
{
color: #157310;
}
.AnyTagClassName
{
color: #157310;
}
</style>
background-color css
<style>
a { background-color: #157310; }
a { background-color: rgb(21,115,16); }
div.DivClassName
{
background-color: #157310;
}
.BgClassName
{
background-color: #157310;
}
</style>
border-color css
<style>
span { border-color: #157310; }
span { border-color: rgb(21,115,16); }
td.TdClassName
{
border-color: #157310;
}
.TagClassName
{
border-color: #157310;
}
</style>