Shades of Green #157013
Tints of Green #157013
RGB
CMYK
RGB Variations
Color information
#157013 (or 0x157013) is known color: Green. HEX triplet: 15, 70 and 13. RGB value is (21,112,19). Sum of RGB (Red+Green+Blue) = 21+112+19=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #157013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157013 is #EA8FEC. Grayscale: #4A4A4A. Windows color (decimal): -15372269 or 1273877. OLE color: 1273877.
HSL color Cylindrical-coordinate representation of color #157013: hue angle of 118.71º 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 #157013 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 19 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.56 |
| HSL | 118.71º | 0.71% | 0.26% | - |
| HSV(B) | 118.71º | 0.83% | 0.44% | - |
| XYZ | 6.22 | 11.79 | 2.56 | - |
| YUV | 74.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 19 | 0.81 | 0 | 0.83 | 0.56 | 118.71 | 0.71 | 0.26 |
| Hex | 15 | 70 | 13 | 51 | 0 | 53 | 38 | 77 | 47 | 1A |
| Octal | 25 | 160 | 23 | 121 | 0 | 123 | 70 | 167 | 107 | 32 |
| Binary | 10101 | 1110000 | 10011 | 1010001 | 0 | 1010011 | 111000 | 1110111 | 1000111 | 11010 |
Color Harmonies of #157013
Complementary color
Monochromatic Colors of #157013
Black with #157013
Text Example
Text Example
White with #157013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157013; }
p { color: rgb(21,112,19); }
H1.HeaderClassName
{
color: #157013;
}
.AnyTagClassName
{
color: #157013;
}
</style>
background-color css
<style>
a { background-color: #157013; }
a { background-color: rgb(21,112,19); }
div.DivClassName
{
background-color: #157013;
}
.BgClassName
{
background-color: #157013;
}
</style>
border-color css
<style>
span { border-color: #157013; }
span { border-color: rgb(21,112,19); }
td.TdClassName
{
border-color: #157013;
}
.TagClassName
{
border-color: #157013;
}
</style>