Shades of Green #147002
Tints of Green #147002
RGB
CMYK
RGB Variations
Color information
#147002 (or 0x147002) is known color: Green. HEX triplet: 14, 70 and 02. RGB value is (20,112,2). Sum of RGB (Red+Green+Blue) = 20+112+2=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #147002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147002 is #EB8FFD. Grayscale: #484848. Windows color (decimal): -15437822 or 159764. OLE color: 159764.
HSL color Cylindrical-coordinate representation of color #147002: hue angle of 110.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147002 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 2 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.56 |
| HSL | 110.18º | 0.96% | 0.22% | - |
| HSV(B) | 110.18º | 0.98% | 0.44% | - |
| XYZ | 6.09 | 11.74 | 2 | - |
| YUV | 71.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 2 | 0.82 | 0 | 0.98 | 0.56 | 110.18 | 0.96 | 0.22 |
| Hex | 14 | 70 | 2 | 52 | 0 | 62 | 38 | 6E | 60 | 16 |
| Octal | 24 | 160 | 2 | 122 | 0 | 142 | 70 | 156 | 140 | 26 |
| Binary | 10100 | 1110000 | 10 | 1010010 | 0 | 1100010 | 111000 | 1101110 | 1100000 | 10110 |
Color Harmonies of #147002
Complementary color
Monochromatic Colors of #147002
Black with #147002
Text Example
Text Example
White with #147002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147002; }
p { color: rgb(20,112,2); }
H1.HeaderClassName
{
color: #147002;
}
.AnyTagClassName
{
color: #147002;
}
</style>
background-color css
<style>
a { background-color: #147002; }
a { background-color: rgb(20,112,2); }
div.DivClassName
{
background-color: #147002;
}
.BgClassName
{
background-color: #147002;
}
</style>
border-color css
<style>
span { border-color: #147002; }
span { border-color: rgb(20,112,2); }
td.TdClassName
{
border-color: #147002;
}
.TagClassName
{
border-color: #147002;
}
</style>