Shades of Pigment Green #129747
Tints of Pigment Green #129747
RGB
CMYK
RGB Variations
Color information
#129747 (or 0x129747) is known color: Pigment Green. HEX triplet: 12, 97 and 47. RGB value is (18,151,71). Sum of RGB (Red+Green+Blue) = 18+151+71=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #129747 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129747 is #ED68B8. Grayscale: #666666. Windows color (decimal): -15558841 or 4691730. OLE color: 4691730.
HSL color Cylindrical-coordinate representation of color #129747: hue angle of 143.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129747 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 71 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.41 |
| HSL | 143.91º | 0.79% | 0.33% | - |
| HSV(B) | 143.91º | 0.88% | 0.59% | - |
| XYZ | 12.45 | 22.72 | 9.69 | - |
| YUV | 102.11 | 110.44 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 71 | 0.88 | 0 | 0.53 | 0.41 | 143.91 | 0.79 | 0.33 |
| Hex | 12 | 97 | 47 | 58 | 0 | 35 | 29 | 90 | 4F | 21 |
| Octal | 22 | 227 | 107 | 130 | 0 | 65 | 51 | 220 | 117 | 41 |
| Binary | 10010 | 10010111 | 1000111 | 1011000 | 0 | 110101 | 101001 | 10010000 | 1001111 | 100001 |
Color Harmonies of #129747
Complementary color
Monochromatic Colors of #129747
Black with #129747
Text Example
Text Example
White with #129747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129747; }
p { color: rgb(18,151,71); }
H1.HeaderClassName
{
color: #129747;
}
.AnyTagClassName
{
color: #129747;
}
</style>
background-color css
<style>
a { background-color: #129747; }
a { background-color: rgb(18,151,71); }
div.DivClassName
{
background-color: #129747;
}
.BgClassName
{
background-color: #129747;
}
</style>
border-color css
<style>
span { border-color: #129747; }
span { border-color: rgb(18,151,71); }
td.TdClassName
{
border-color: #129747;
}
.TagClassName
{
border-color: #129747;
}
</style>