Shades of Green #147205
Tints of Green #147205
RGB
CMYK
RGB Variations
Color information
#147205 (or 0x147205) is known color: Green. HEX triplet: 14, 72 and 05. RGB value is (20,114,5). Sum of RGB (Red+Green+Blue) = 20+114+5=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #147205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147205 is #EB8DFA. Grayscale: #494949. Windows color (decimal): -15437307 or 356884. OLE color: 356884.
HSL color Cylindrical-coordinate representation of color #147205: hue angle of 111.74º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #147205 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 5 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.55 |
| HSL | 111.74º | 0.92% | 0.23% | - |
| HSV(B) | 111.74º | 0.96% | 0.45% | - |
| XYZ | 6.33 | 12.19 | 2.16 | - |
| YUV | 73.47 | 89.36 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 5 | 0.82 | 0 | 0.96 | 0.55 | 111.74 | 0.92 | 0.23 |
| Hex | 14 | 72 | 5 | 52 | 0 | 60 | 37 | 70 | 5C | 17 |
| Octal | 24 | 162 | 5 | 122 | 0 | 140 | 67 | 160 | 134 | 27 |
| Binary | 10100 | 1110010 | 101 | 1010010 | 0 | 1100000 | 110111 | 1110000 | 1011100 | 10111 |
Color Harmonies of #147205
Complementary color
Monochromatic Colors of #147205
Black with #147205
Text Example
Text Example
White with #147205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147205; }
p { color: rgb(20,114,5); }
H1.HeaderClassName
{
color: #147205;
}
.AnyTagClassName
{
color: #147205;
}
</style>
background-color css
<style>
a { background-color: #147205; }
a { background-color: rgb(20,114,5); }
div.DivClassName
{
background-color: #147205;
}
.BgClassName
{
background-color: #147205;
}
</style>
border-color css
<style>
span { border-color: #147205; }
span { border-color: rgb(20,114,5); }
td.TdClassName
{
border-color: #147205;
}
.TagClassName
{
border-color: #147205;
}
</style>