Shades of Green #14710F
Tints of Green #14710F
RGB
CMYK
RGB Variations
Color information
#14710F (or 0x14710F) is known color: Green. HEX triplet: 14, 71 and 0F. RGB value is (20,113,15). Sum of RGB (Red+Green+Blue) = 20+113+15=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 113 (44.53% from 255 or 76.35% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 113 - color contains mainly: green. Hex color #14710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14710F is #EB8EF0. Grayscale: #4A4A4A. Windows color (decimal): -15437553 or 1011988. OLE color: 1011988.
HSL color Cylindrical-coordinate representation of color #14710F: hue angle of 116.94º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14710F is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 15 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.56 |
| HSL | 116.94º | 0.77% | 0.25% | - |
| HSV(B) | 116.94º | 0.87% | 0.44% | - |
| XYZ | 6.28 | 11.99 | 2.44 | - |
| YUV | 74.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 15 | 0.82 | 0 | 0.87 | 0.56 | 116.94 | 0.77 | 0.25 |
| Hex | 14 | 71 | F | 52 | 0 | 57 | 38 | 75 | 4D | 19 |
| Octal | 24 | 161 | 17 | 122 | 0 | 127 | 70 | 165 | 115 | 31 |
| Binary | 10100 | 1110001 | 1111 | 1010010 | 0 | 1010111 | 111000 | 1110101 | 1001101 | 11001 |
Color Harmonies of #14710F
Complementary color
Monochromatic Colors of #14710F
Black with #14710F
Text Example
Text Example
White with #14710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14710F; }
p { color: rgb(20,113,15); }
H1.HeaderClassName
{
color: #14710F;
}
.AnyTagClassName
{
color: #14710F;
}
</style>
background-color css
<style>
a { background-color: #14710F; }
a { background-color: rgb(20,113,15); }
div.DivClassName
{
background-color: #14710F;
}
.BgClassName
{
background-color: #14710F;
}
</style>
border-color css
<style>
span { border-color: #14710F; }
span { border-color: rgb(20,113,15); }
td.TdClassName
{
border-color: #14710F;
}
.TagClassName
{
border-color: #14710F;
}
</style>