Shades of Pigment Green #129C47
Tints of Pigment Green #129C47
RGB
CMYK
RGB Variations
Color information
#129C47 (or 0x129C47) is known color: Pigment Green. HEX triplet: 12, 9C and 47. RGB value is (18,156,71). Sum of RGB (Red+Green+Blue) = 18+156+71=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #129C47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C47 is #ED63B8. Grayscale: #696969. Windows color (decimal): -15557561 or 4693010. OLE color: 4693010.
HSL color Cylindrical-coordinate representation of color #129C47: hue angle of 143.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C47 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 71 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.39 |
| HSL | 143.04º | 0.79% | 0.34% | - |
| HSV(B) | 143.04º | 0.88% | 0.61% | - |
| XYZ | 13.28 | 24.36 | 9.96 | - |
| YUV | 105.05 | 108.78 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 71 | 0.88 | 0 | 0.54 | 0.39 | 143.04 | 0.79 | 0.34 |
| Hex | 12 | 9C | 47 | 58 | 0 | 36 | 27 | 8F | 4F | 22 |
| Octal | 22 | 234 | 107 | 130 | 0 | 66 | 47 | 217 | 117 | 42 |
| Binary | 10010 | 10011100 | 1000111 | 1011000 | 0 | 110110 | 100111 | 10001111 | 1001111 | 100010 |
Color Harmonies of #129C47
Complementary color
Monochromatic Colors of #129C47
Black with #129C47
Text Example
Text Example
White with #129C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C47; }
p { color: rgb(18,156,71); }
H1.HeaderClassName
{
color: #129C47;
}
.AnyTagClassName
{
color: #129C47;
}
</style>
background-color css
<style>
a { background-color: #129C47; }
a { background-color: rgb(18,156,71); }
div.DivClassName
{
background-color: #129C47;
}
.BgClassName
{
background-color: #129C47;
}
</style>
border-color css
<style>
span { border-color: #129C47; }
span { border-color: rgb(18,156,71); }
td.TdClassName
{
border-color: #129C47;
}
.TagClassName
{
border-color: #129C47;
}
</style>