Shades of Green #147204
Tints of Green #147204
RGB
CMYK
RGB Variations
Color information
#147204 (or 0x147204) is known color: Green. HEX triplet: 14, 72 and 04. RGB value is (20,114,4). Sum of RGB (Red+Green+Blue) = 20+114+4=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 114 (44.92% from 255 or 82.61% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 114 - color contains mainly: green. Hex color #147204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147204 is #EB8DFB. Grayscale: #494949. Windows color (decimal): -15437308 or 291348. OLE color: 291348.
HSL color Cylindrical-coordinate representation of color #147204: hue angle of 111.27º degrees, saturation: 0.93, 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 #147204 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 4 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.55 |
| HSL | 111.27º | 0.93% | 0.23% | - |
| HSV(B) | 111.27º | 0.96% | 0.45% | - |
| XYZ | 6.33 | 12.19 | 2.13 | - |
| YUV | 73.35 | 88.86 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 4 | 0.82 | 0 | 0.96 | 0.55 | 111.27 | 0.93 | 0.23 |
| Hex | 14 | 72 | 4 | 52 | 0 | 60 | 37 | 6F | 5D | 17 |
| Octal | 24 | 162 | 4 | 122 | 0 | 140 | 67 | 157 | 135 | 27 |
| Binary | 10100 | 1110010 | 100 | 1010010 | 0 | 1100000 | 110111 | 1101111 | 1011101 | 10111 |
Color Harmonies of #147204
Complementary color
Monochromatic Colors of #147204
Black with #147204
Text Example
Text Example
White with #147204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147204; }
p { color: rgb(20,114,4); }
H1.HeaderClassName
{
color: #147204;
}
.AnyTagClassName
{
color: #147204;
}
</style>
background-color css
<style>
a { background-color: #147204; }
a { background-color: rgb(20,114,4); }
div.DivClassName
{
background-color: #147204;
}
.BgClassName
{
background-color: #147204;
}
</style>
border-color css
<style>
span { border-color: #147204; }
span { border-color: rgb(20,114,4); }
td.TdClassName
{
border-color: #147204;
}
.TagClassName
{
border-color: #147204;
}
</style>