Shades of Green #147411
Tints of Green #147411
RGB
CMYK
RGB Variations
Color information
#147411 (or 0x147411) is known color: Green. HEX triplet: 14, 74 and 11. RGB value is (20,116,17). Sum of RGB (Red+Green+Blue) = 20+116+17=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 116 (45.70% from 255 or 75.82% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 116 - color contains mainly: green. Hex color #147411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147411 is #EB8BEE. Grayscale: #4C4C4C. Windows color (decimal): -15436783 or 1143828. OLE color: 1143828.
HSL color Cylindrical-coordinate representation of color #147411: hue angle of 118.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147411 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 17 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.55 |
| HSL | 118.18º | 0.74% | 0.26% | - |
| HSV(B) | 118.18º | 0.85% | 0.45% | - |
| XYZ | 6.64 | 12.68 | 2.63 | - |
| YUV | 76.01 | 94.7 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 17 | 0.83 | 0 | 0.85 | 0.55 | 118.18 | 0.74 | 0.26 |
| Hex | 14 | 74 | 11 | 53 | 0 | 55 | 37 | 76 | 4A | 1A |
| Octal | 24 | 164 | 21 | 123 | 0 | 125 | 67 | 166 | 112 | 32 |
| Binary | 10100 | 1110100 | 10001 | 1010011 | 0 | 1010101 | 110111 | 1110110 | 1001010 | 11010 |
Color Harmonies of #147411
Complementary color
Monochromatic Colors of #147411
Black with #147411
Text Example
Text Example
White with #147411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147411; }
p { color: rgb(20,116,17); }
H1.HeaderClassName
{
color: #147411;
}
.AnyTagClassName
{
color: #147411;
}
</style>
background-color css
<style>
a { background-color: #147411; }
a { background-color: rgb(20,116,17); }
div.DivClassName
{
background-color: #147411;
}
.BgClassName
{
background-color: #147411;
}
</style>
border-color css
<style>
span { border-color: #147411; }
span { border-color: rgb(20,116,17); }
td.TdClassName
{
border-color: #147411;
}
.TagClassName
{
border-color: #147411;
}
</style>