Shades of Green #147001
Tints of Green #147001
RGB
CMYK
RGB Variations
Color information
#147001 (or 0x147001) is known color: Green. HEX triplet: 14, 70 and 01. RGB value is (20,112,1). Sum of RGB (Red+Green+Blue) = 20+112+1=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 112 (44.14% from 255 or 84.21% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 112 - color contains mainly: green. Hex color #147001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147001 is #EB8FFE. Grayscale: #484848. Windows color (decimal): -15437823 or 94228. OLE color: 94228.
HSL color Cylindrical-coordinate representation of color #147001: hue angle of 109.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #147001 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.56 |
| HSL | 109.73º | 0.98% | 0.22% | - |
| HSV(B) | 109.73º | 0.99% | 0.44% | - |
| XYZ | 6.09 | 11.74 | 1.97 | - |
| YUV | 71.84 | 88.02 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 1 | 0.82 | 0 | 0.99 | 0.56 | 109.73 | 0.98 | 0.22 |
| Hex | 14 | 70 | 1 | 52 | 0 | 63 | 38 | 6E | 62 | 16 |
| Octal | 24 | 160 | 1 | 122 | 0 | 143 | 70 | 156 | 142 | 26 |
| Binary | 10100 | 1110000 | 1 | 1010010 | 0 | 1100011 | 111000 | 1101110 | 1100010 | 10110 |
Color Harmonies of #147001
Complementary color
Monochromatic Colors of #147001
Black with #147001
Text Example
Text Example
White with #147001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147001; }
p { color: rgb(20,112,1); }
H1.HeaderClassName
{
color: #147001;
}
.AnyTagClassName
{
color: #147001;
}
</style>
background-color css
<style>
a { background-color: #147001; }
a { background-color: rgb(20,112,1); }
div.DivClassName
{
background-color: #147001;
}
.BgClassName
{
background-color: #147001;
}
</style>
border-color css
<style>
span { border-color: #147001; }
span { border-color: rgb(20,112,1); }
td.TdClassName
{
border-color: #147001;
}
.TagClassName
{
border-color: #147001;
}
</style>