Shades of Green #157210
Tints of Green #157210
RGB
CMYK
RGB Variations
Color information
#157210 (or 0x157210) is known color: Green. HEX triplet: 15, 72 and 10. RGB value is (21,114,16). Sum of RGB (Red+Green+Blue) = 21+114+16=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #157210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157210 is #EA8DEF. Grayscale: #4B4B4B. Windows color (decimal): -15371760 or 1077781. OLE color: 1077781.
HSL color Cylindrical-coordinate representation of color #157210: hue angle of 116.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157210 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 16 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.55 |
| HSL | 116.94º | 0.75% | 0.25% | - |
| HSV(B) | 116.94º | 0.86% | 0.45% | - |
| XYZ | 6.42 | 12.23 | 2.51 | - |
| YUV | 75.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 16 | 0.82 | 0 | 0.86 | 0.55 | 116.94 | 0.75 | 0.25 |
| Hex | 15 | 72 | 10 | 52 | 0 | 56 | 37 | 75 | 4B | 19 |
| Octal | 25 | 162 | 20 | 122 | 0 | 126 | 67 | 165 | 113 | 31 |
| Binary | 10101 | 1110010 | 10000 | 1010010 | 0 | 1010110 | 110111 | 1110101 | 1001011 | 11001 |
Color Harmonies of #157210
Complementary color
Monochromatic Colors of #157210
Black with #157210
Text Example
Text Example
White with #157210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157210; }
p { color: rgb(21,114,16); }
H1.HeaderClassName
{
color: #157210;
}
.AnyTagClassName
{
color: #157210;
}
</style>
background-color css
<style>
a { background-color: #157210; }
a { background-color: rgb(21,114,16); }
div.DivClassName
{
background-color: #157210;
}
.BgClassName
{
background-color: #157210;
}
</style>
border-color css
<style>
span { border-color: #157210; }
span { border-color: rgb(21,114,16); }
td.TdClassName
{
border-color: #157210;
}
.TagClassName
{
border-color: #157210;
}
</style>