Shades of Green #147702
Tints of Green #147702
RGB
CMYK
RGB Variations
Color information
#147702 (or 0x147702) is known color: Green. HEX triplet: 14, 77 and 02. RGB value is (20,119,2). Sum of RGB (Red+Green+Blue) = 20+119+2=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 119 (46.88% from 255 or 84.40% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 119 - color contains mainly: green. Hex color #147702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147702 is #EB88FD. Grayscale: #4C4C4C. Windows color (decimal): -15436030 or 161556. OLE color: 161556.
HSL color Cylindrical-coordinate representation of color #147702: hue angle of 110.77º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147702 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 119 | 2 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.53 |
| HSL | 110.77º | 0.97% | 0.24% | - |
| HSV(B) | 110.77º | 0.98% | 0.47% | - |
| XYZ | 6.9 | 13.35 | 2.27 | - |
| YUV | 76.06 | 86.2 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 2 | 0.83 | 0 | 0.98 | 0.53 | 110.77 | 0.97 | 0.24 |
| Hex | 14 | 77 | 2 | 53 | 0 | 62 | 35 | 6F | 61 | 18 |
| Octal | 24 | 167 | 2 | 123 | 0 | 142 | 65 | 157 | 141 | 30 |
| Binary | 10100 | 1110111 | 10 | 1010011 | 0 | 1100010 | 110101 | 1101111 | 1100001 | 11000 |
Color Harmonies of #147702
Complementary color
Monochromatic Colors of #147702
Black with #147702
Text Example
Text Example
White with #147702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147702; }
p { color: rgb(20,119,2); }
H1.HeaderClassName
{
color: #147702;
}
.AnyTagClassName
{
color: #147702;
}
</style>
background-color css
<style>
a { background-color: #147702; }
a { background-color: rgb(20,119,2); }
div.DivClassName
{
background-color: #147702;
}
.BgClassName
{
background-color: #147702;
}
</style>
border-color css
<style>
span { border-color: #147702; }
span { border-color: rgb(20,119,2); }
td.TdClassName
{
border-color: #147702;
}
.TagClassName
{
border-color: #147702;
}
</style>