Shades of Green #147011
Tints of Green #147011
RGB
CMYK
RGB Variations
Color information
#147011 (or 0x147011) is known color: Green. HEX triplet: 14, 70 and 11. RGB value is (20,112,17). Sum of RGB (Red+Green+Blue) = 20+112+17=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #147011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147011 is #EB8FEE. Grayscale: #494949. Windows color (decimal): -15437807 or 1142804. OLE color: 1142804.
HSL color Cylindrical-coordinate representation of color #147011: hue angle of 118.11º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147011 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 17 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.56 |
| HSL | 118.11º | 0.74% | 0.25% | - |
| HSV(B) | 118.11º | 0.85% | 0.44% | - |
| XYZ | 6.18 | 11.78 | 2.48 | - |
| YUV | 73.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 17 | 0.82 | 0 | 0.85 | 0.56 | 118.11 | 0.74 | 0.25 |
| Hex | 14 | 70 | 11 | 52 | 0 | 55 | 38 | 76 | 4A | 19 |
| Octal | 24 | 160 | 21 | 122 | 0 | 125 | 70 | 166 | 112 | 31 |
| Binary | 10100 | 1110000 | 10001 | 1010010 | 0 | 1010101 | 111000 | 1110110 | 1001010 | 11001 |
Color Harmonies of #147011
Complementary color
Monochromatic Colors of #147011
Black with #147011
Text Example
Text Example
White with #147011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147011; }
p { color: rgb(20,112,17); }
H1.HeaderClassName
{
color: #147011;
}
.AnyTagClassName
{
color: #147011;
}
</style>
background-color css
<style>
a { background-color: #147011; }
a { background-color: rgb(20,112,17); }
div.DivClassName
{
background-color: #147011;
}
.BgClassName
{
background-color: #147011;
}
</style>
border-color css
<style>
span { border-color: #147011; }
span { border-color: rgb(20,112,17); }
td.TdClassName
{
border-color: #147011;
}
.TagClassName
{
border-color: #147011;
}
</style>