Shades of Pigment Green #129D47
Tints of Pigment Green #129D47
RGB
CMYK
RGB Variations
Color information
#129D47 (or 0x129D47) is known color: Pigment Green. HEX triplet: 12, 9D and 47. RGB value is (18,157,71). Sum of RGB (Red+Green+Blue) = 18+157+71=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 157 (61.72% from 255 or 63.82% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 157 - color contains mainly: green. Hex color #129D47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D47 is #ED62B8. Grayscale: #696969. Windows color (decimal): -15557305 or 4693266. OLE color: 4693266.
HSL color Cylindrical-coordinate representation of color #129D47: hue angle of 142.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D47 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 71 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.38 |
| HSL | 142.88º | 0.79% | 0.34% | - |
| HSV(B) | 142.88º | 0.89% | 0.62% | - |
| XYZ | 13.44 | 24.7 | 10.02 | - |
| YUV | 105.64 | 108.45 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 71 | 0.89 | 0 | 0.55 | 0.38 | 142.88 | 0.79 | 0.34 |
| Hex | 12 | 9D | 47 | 59 | 0 | 37 | 26 | 8F | 4F | 22 |
| Octal | 22 | 235 | 107 | 131 | 0 | 67 | 46 | 217 | 117 | 42 |
| Binary | 10010 | 10011101 | 1000111 | 1011001 | 0 | 110111 | 100110 | 10001111 | 1001111 | 100010 |
Color Harmonies of #129D47
Complementary color
Monochromatic Colors of #129D47
Black with #129D47
Text Example
Text Example
White with #129D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D47; }
p { color: rgb(18,157,71); }
H1.HeaderClassName
{
color: #129D47;
}
.AnyTagClassName
{
color: #129D47;
}
</style>
background-color css
<style>
a { background-color: #129D47; }
a { background-color: rgb(18,157,71); }
div.DivClassName
{
background-color: #129D47;
}
.BgClassName
{
background-color: #129D47;
}
</style>
border-color css
<style>
span { border-color: #129D47; }
span { border-color: rgb(18,157,71); }
td.TdClassName
{
border-color: #129D47;
}
.TagClassName
{
border-color: #129D47;
}
</style>