Shades of Green #14740F
Tints of Green #14740F
RGB
CMYK
RGB Variations
Color information
#14740F (or 0x14740F) is known color: Green. HEX triplet: 14, 74 and 0F. RGB value is (20,116,15). Sum of RGB (Red+Green+Blue) = 20+116+15=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 116 (45.70% from 255 or 76.82% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 116 - color contains mainly: green. Hex color #14740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14740F is #EB8BF0. Grayscale: #4C4C4C. Windows color (decimal): -15436785 or 1012756. OLE color: 1012756.
HSL color Cylindrical-coordinate representation of color #14740F: hue angle of 117.03º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14740F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 15 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.55 |
| HSL | 117.03º | 0.77% | 0.26% | - |
| HSV(B) | 117.03º | 0.87% | 0.45% | - |
| XYZ | 6.62 | 12.67 | 2.55 | - |
| YUV | 75.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 15 | 0.83 | 0 | 0.87 | 0.55 | 117.03 | 0.77 | 0.26 |
| Hex | 14 | 74 | F | 53 | 0 | 57 | 37 | 75 | 4D | 1A |
| Octal | 24 | 164 | 17 | 123 | 0 | 127 | 67 | 165 | 115 | 32 |
| Binary | 10100 | 1110100 | 1111 | 1010011 | 0 | 1010111 | 110111 | 1110101 | 1001101 | 11010 |
Color Harmonies of #14740F
Complementary color
Monochromatic Colors of #14740F
Black with #14740F
Text Example
Text Example
White with #14740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14740F; }
p { color: rgb(20,116,15); }
H1.HeaderClassName
{
color: #14740F;
}
.AnyTagClassName
{
color: #14740F;
}
</style>
background-color css
<style>
a { background-color: #14740F; }
a { background-color: rgb(20,116,15); }
div.DivClassName
{
background-color: #14740F;
}
.BgClassName
{
background-color: #14740F;
}
</style>
border-color css
<style>
span { border-color: #14740F; }
span { border-color: rgb(20,116,15); }
td.TdClassName
{
border-color: #14740F;
}
.TagClassName
{
border-color: #14740F;
}
</style>