Shades of Green #147405
Tints of Green #147405
RGB
CMYK
RGB Variations
Color information
#147405 (or 0x147405) is known color: Green. HEX triplet: 14, 74 and 05. RGB value is (20,116,5). Sum of RGB (Red+Green+Blue) = 20+116+5=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #147405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147405 is #EB8BFA. Grayscale: #4A4A4A. Windows color (decimal): -15436795 or 357396. OLE color: 357396.
HSL color Cylindrical-coordinate representation of color #147405: hue angle of 111.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #147405 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 5 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.55 |
| HSL | 111.89º | 0.92% | 0.24% | - |
| HSV(B) | 111.89º | 0.96% | 0.45% | - |
| XYZ | 6.56 | 12.65 | 2.24 | - |
| YUV | 74.64 | 88.7 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 5 | 0.83 | 0 | 0.96 | 0.55 | 111.89 | 0.92 | 0.24 |
| Hex | 14 | 74 | 5 | 53 | 0 | 60 | 37 | 70 | 5C | 18 |
| Octal | 24 | 164 | 5 | 123 | 0 | 140 | 67 | 160 | 134 | 30 |
| Binary | 10100 | 1110100 | 101 | 1010011 | 0 | 1100000 | 110111 | 1110000 | 1011100 | 11000 |
Color Harmonies of #147405
Complementary color
Monochromatic Colors of #147405
Black with #147405
Text Example
Text Example
White with #147405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147405; }
p { color: rgb(20,116,5); }
H1.HeaderClassName
{
color: #147405;
}
.AnyTagClassName
{
color: #147405;
}
</style>
background-color css
<style>
a { background-color: #147405; }
a { background-color: rgb(20,116,5); }
div.DivClassName
{
background-color: #147405;
}
.BgClassName
{
background-color: #147405;
}
</style>
border-color css
<style>
span { border-color: #147405; }
span { border-color: rgb(20,116,5); }
td.TdClassName
{
border-color: #147405;
}
.TagClassName
{
border-color: #147405;
}
</style>