Shades of Green #147413
Tints of Green #147413
RGB
CMYK
RGB Variations
Color information
#147413 (or 0x147413) is known color: Green. HEX triplet: 14, 74 and 13. RGB value is (20,116,19). Sum of RGB (Red+Green+Blue) = 20+116+19=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #147413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147413 is #EB8BEC. Grayscale: #4C4C4C. Windows color (decimal): -15436781 or 1274900. OLE color: 1274900.
HSL color Cylindrical-coordinate representation of color #147413: hue angle of 119.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147413 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 19 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.55 |
| HSL | 119.38º | 0.72% | 0.26% | - |
| HSV(B) | 119.38º | 0.84% | 0.45% | - |
| XYZ | 6.65 | 12.69 | 2.71 | - |
| YUV | 76.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 19 | 0.83 | 0 | 0.84 | 0.55 | 119.38 | 0.72 | 0.26 |
| Hex | 14 | 74 | 13 | 53 | 0 | 54 | 37 | 77 | 48 | 1A |
| Octal | 24 | 164 | 23 | 123 | 0 | 124 | 67 | 167 | 110 | 32 |
| Binary | 10100 | 1110100 | 10011 | 1010011 | 0 | 1010100 | 110111 | 1110111 | 1001000 | 11010 |
Color Harmonies of #147413
Complementary color
Monochromatic Colors of #147413
Black with #147413
Text Example
Text Example
White with #147413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147413; }
p { color: rgb(20,116,19); }
H1.HeaderClassName
{
color: #147413;
}
.AnyTagClassName
{
color: #147413;
}
</style>
background-color css
<style>
a { background-color: #147413; }
a { background-color: rgb(20,116,19); }
div.DivClassName
{
background-color: #147413;
}
.BgClassName
{
background-color: #147413;
}
</style>
border-color css
<style>
span { border-color: #147413; }
span { border-color: rgb(20,116,19); }
td.TdClassName
{
border-color: #147413;
}
.TagClassName
{
border-color: #147413;
}
</style>