Shades of Green #157113
Tints of Green #157113
RGB
CMYK
RGB Variations
Color information
#157113 (or 0x157113) is known color: Green. HEX triplet: 15, 71 and 13. RGB value is (21,113,19). Sum of RGB (Red+Green+Blue) = 21+113+19=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #157113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157113 is #EA8EEC. Grayscale: #4B4B4B. Windows color (decimal): -15372013 or 1274133. OLE color: 1274133.
HSL color Cylindrical-coordinate representation of color #157113: hue angle of 118.72º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157113 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 113 | 19 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.56 |
| HSL | 118.72º | 0.71% | 0.26% | - |
| HSV(B) | 118.72º | 0.83% | 0.44% | - |
| XYZ | 6.33 | 12.02 | 2.6 | - |
| YUV | 74.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 19 | 0.81 | 0 | 0.83 | 0.56 | 118.72 | 0.71 | 0.26 |
| Hex | 15 | 71 | 13 | 51 | 0 | 53 | 38 | 77 | 47 | 1A |
| Octal | 25 | 161 | 23 | 121 | 0 | 123 | 70 | 167 | 107 | 32 |
| Binary | 10101 | 1110001 | 10011 | 1010001 | 0 | 1010011 | 111000 | 1110111 | 1000111 | 11010 |
Color Harmonies of #157113
Complementary color
Monochromatic Colors of #157113
Black with #157113
Text Example
Text Example
White with #157113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157113; }
p { color: rgb(21,113,19); }
H1.HeaderClassName
{
color: #157113;
}
.AnyTagClassName
{
color: #157113;
}
</style>
background-color css
<style>
a { background-color: #157113; }
a { background-color: rgb(21,113,19); }
div.DivClassName
{
background-color: #157113;
}
.BgClassName
{
background-color: #157113;
}
</style>
border-color css
<style>
span { border-color: #157113; }
span { border-color: rgb(21,113,19); }
td.TdClassName
{
border-color: #157113;
}
.TagClassName
{
border-color: #157113;
}
</style>