Shades of Pigment Green #149947
Tints of Pigment Green #149947
RGB
CMYK
RGB Variations
Color information
#149947 (or 0x149947) is known color: Pigment Green. HEX triplet: 14, 99 and 47. RGB value is (20,153,71). Sum of RGB (Red+Green+Blue) = 20+153+71=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #149947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149947 is #EB66B8. Grayscale: #686868. Windows color (decimal): -15427257 or 4692244. OLE color: 4692244.
HSL color Cylindrical-coordinate representation of color #149947: hue angle of 143.01º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149947 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 71 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.4 |
| HSL | 143.01º | 0.77% | 0.34% | - |
| HSV(B) | 143.01º | 0.87% | 0.6% | - |
| XYZ | 12.82 | 23.39 | 9.8 | - |
| YUV | 103.89 | 109.44 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 71 | 0.87 | 0 | 0.54 | 0.4 | 143.01 | 0.77 | 0.34 |
| Hex | 14 | 99 | 47 | 57 | 0 | 36 | 28 | 8F | 4D | 22 |
| Octal | 24 | 231 | 107 | 127 | 0 | 66 | 50 | 217 | 115 | 42 |
| Binary | 10100 | 10011001 | 1000111 | 1010111 | 0 | 110110 | 101000 | 10001111 | 1001101 | 100010 |
Color Harmonies of #149947
Complementary color
Monochromatic Colors of #149947
Black with #149947
Text Example
Text Example
White with #149947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149947; }
p { color: rgb(20,153,71); }
H1.HeaderClassName
{
color: #149947;
}
.AnyTagClassName
{
color: #149947;
}
</style>
background-color css
<style>
a { background-color: #149947; }
a { background-color: rgb(20,153,71); }
div.DivClassName
{
background-color: #149947;
}
.BgClassName
{
background-color: #149947;
}
</style>
border-color css
<style>
span { border-color: #149947; }
span { border-color: rgb(20,153,71); }
td.TdClassName
{
border-color: #149947;
}
.TagClassName
{
border-color: #149947;
}
</style>