Shades of Green #14710B
Tints of Green #14710B
RGB
CMYK
RGB Variations
Color information
#14710B (or 0x14710B) is known color: Green. HEX triplet: 14, 71 and 0B. RGB value is (20,113,11). Sum of RGB (Red+Green+Blue) = 20+113+11=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 113 (44.53% from 255 or 78.47% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 113 - color contains mainly: green. Hex color #14710B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14710B is #EB8EF4. Grayscale: #494949. Windows color (decimal): -15437557 or 749844. OLE color: 749844.
HSL color Cylindrical-coordinate representation of color #14710B: hue angle of 114.71º 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 #14710B is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 11 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.56 |
| HSL | 114.71º | 0.82% | 0.24% | - |
| HSV(B) | 114.71º | 0.9% | 0.44% | - |
| XYZ | 6.25 | 11.98 | 2.3 | - |
| YUV | 73.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 11 | 0.82 | 0 | 0.90 | 0.56 | 114.71 | 0.82 | 0.24 |
| Hex | 14 | 71 | B | 52 | 0 | 5A | 38 | 73 | 52 | 18 |
| Octal | 24 | 161 | 13 | 122 | 0 | 132 | 70 | 163 | 122 | 30 |
| Binary | 10100 | 1110001 | 1011 | 1010010 | 0 | 1011010 | 111000 | 1110011 | 1010010 | 11000 |
Color Harmonies of #14710B
Complementary color
Monochromatic Colors of #14710B
Black with #14710B
Text Example
Text Example
White with #14710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14710B; }
p { color: rgb(20,113,11); }
H1.HeaderClassName
{
color: #14710B;
}
.AnyTagClassName
{
color: #14710B;
}
</style>
background-color css
<style>
a { background-color: #14710B; }
a { background-color: rgb(20,113,11); }
div.DivClassName
{
background-color: #14710B;
}
.BgClassName
{
background-color: #14710B;
}
</style>
border-color css
<style>
span { border-color: #14710B; }
span { border-color: rgb(20,113,11); }
td.TdClassName
{
border-color: #14710B;
}
.TagClassName
{
border-color: #14710B;
}
</style>