Shades of Green #147E03
Tints of Green #147E03
RGB
CMYK
RGB Variations
Color information
#147E03 (or 0x147E03) is known color: Green. HEX triplet: 14, 7E and 03. RGB value is (20,126,3). Sum of RGB (Red+Green+Blue) = 20+126+3=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 126 (49.61% from 255 or 84.56% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 126 - color contains mainly: green. Hex color #147E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147E03 is #EB81FC. Grayscale: #505050. Windows color (decimal): -15434237 or 228884. OLE color: 228884.
HSL color Cylindrical-coordinate representation of color #147E03: hue angle of 111.71º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147E03 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 3 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.51 |
| HSL | 111.71º | 0.95% | 0.25% | - |
| HSV(B) | 111.71º | 0.98% | 0.49% | - |
| XYZ | 7.77 | 15.08 | 2.59 | - |
| YUV | 80.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 3 | 0.84 | 0 | 0.98 | 0.51 | 111.71 | 0.95 | 0.25 |
| Hex | 14 | 7E | 3 | 54 | 0 | 62 | 33 | 70 | 5F | 19 |
| Octal | 24 | 176 | 3 | 124 | 0 | 142 | 63 | 160 | 137 | 31 |
| Binary | 10100 | 1111110 | 11 | 1010100 | 0 | 1100010 | 110011 | 1110000 | 1011111 | 11001 |
Color Harmonies of #147E03
Complementary color
Monochromatic Colors of #147E03
Black with #147E03
Text Example
Text Example
White with #147E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E03; }
p { color: rgb(20,126,3); }
H1.HeaderClassName
{
color: #147E03;
}
.AnyTagClassName
{
color: #147E03;
}
</style>
background-color css
<style>
a { background-color: #147E03; }
a { background-color: rgb(20,126,3); }
div.DivClassName
{
background-color: #147E03;
}
.BgClassName
{
background-color: #147E03;
}
</style>
border-color css
<style>
span { border-color: #147E03; }
span { border-color: rgb(20,126,3); }
td.TdClassName
{
border-color: #147E03;
}
.TagClassName
{
border-color: #147E03;
}
</style>