Shades of Green #15700E
Tints of Green #15700E
RGB
CMYK
RGB Variations
Color information
#15700E (or 0x15700E) is known color: Green. HEX triplet: 15, 70 and 0E. RGB value is (21,112,14). Sum of RGB (Red+Green+Blue) = 21+112+14=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #15700E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15700E is #EA8FF1. Grayscale: #494949. Windows color (decimal): -15372274 or 946197. OLE color: 946197.
HSL color Cylindrical-coordinate representation of color #15700E: hue angle of 115.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15700E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 14 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.56 |
| HSL | 115.71º | 0.78% | 0.25% | - |
| HSV(B) | 115.71º | 0.88% | 0.44% | - |
| XYZ | 6.18 | 11.78 | 2.36 | - |
| YUV | 73.62 | 94.35 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 14 | 0.81 | 0 | 0.88 | 0.56 | 115.71 | 0.78 | 0.25 |
| Hex | 15 | 70 | E | 51 | 0 | 58 | 38 | 74 | 4E | 19 |
| Octal | 25 | 160 | 16 | 121 | 0 | 130 | 70 | 164 | 116 | 31 |
| Binary | 10101 | 1110000 | 1110 | 1010001 | 0 | 1011000 | 111000 | 1110100 | 1001110 | 11001 |
Color Harmonies of #15700E
Complementary color
Monochromatic Colors of #15700E
Black with #15700E
Text Example
Text Example
White with #15700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15700E; }
p { color: rgb(21,112,14); }
H1.HeaderClassName
{
color: #15700E;
}
.AnyTagClassName
{
color: #15700E;
}
</style>
background-color css
<style>
a { background-color: #15700E; }
a { background-color: rgb(21,112,14); }
div.DivClassName
{
background-color: #15700E;
}
.BgClassName
{
background-color: #15700E;
}
</style>
border-color css
<style>
span { border-color: #15700E; }
span { border-color: rgb(21,112,14); }
td.TdClassName
{
border-color: #15700E;
}
.TagClassName
{
border-color: #15700E;
}
</style>