Shades of Green #15700B
Tints of Green #15700B
RGB
CMYK
RGB Variations
Color information
#15700B (or 0x15700B) is known color: Green. HEX triplet: 15, 70 and 0B. RGB value is (21,112,11). Sum of RGB (Red+Green+Blue) = 21+112+11=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #15700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15700B is #EA8FF4. Grayscale: #494949. Windows color (decimal): -15372277 or 749589. OLE color: 749589.
HSL color Cylindrical-coordinate representation of color #15700B: hue angle of 114.06º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15700B is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 11 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.56 |
| HSL | 114.06º | 0.82% | 0.24% | - |
| HSV(B) | 114.06º | 0.9% | 0.44% | - |
| XYZ | 6.16 | 11.77 | 2.26 | - |
| YUV | 73.28 | 92.85 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 11 | 0.81 | 0 | 0.90 | 0.56 | 114.06 | 0.82 | 0.24 |
| Hex | 15 | 70 | B | 51 | 0 | 5A | 38 | 72 | 52 | 18 |
| Octal | 25 | 160 | 13 | 121 | 0 | 132 | 70 | 162 | 122 | 30 |
| Binary | 10101 | 1110000 | 1011 | 1010001 | 0 | 1011010 | 111000 | 1110010 | 1010010 | 11000 |
Color Harmonies of #15700B
Complementary color
Monochromatic Colors of #15700B
Black with #15700B
Text Example
Text Example
White with #15700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15700B; }
p { color: rgb(21,112,11); }
H1.HeaderClassName
{
color: #15700B;
}
.AnyTagClassName
{
color: #15700B;
}
</style>
background-color css
<style>
a { background-color: #15700B; }
a { background-color: rgb(21,112,11); }
div.DivClassName
{
background-color: #15700B;
}
.BgClassName
{
background-color: #15700B;
}
</style>
border-color css
<style>
span { border-color: #15700B; }
span { border-color: rgb(21,112,11); }
td.TdClassName
{
border-color: #15700B;
}
.TagClassName
{
border-color: #15700B;
}
</style>