Shades of Pigment Green #129C49
Tints of Pigment Green #129C49
RGB
CMYK
RGB Variations
Color information
#129C49 (or 0x129C49) is known color: Pigment Green. HEX triplet: 12, 9C and 49. RGB value is (18,156,73). Sum of RGB (Red+Green+Blue) = 18+156+73=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 156 (61.33% from 255 or 63.16% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 156 - color contains mainly: green. Hex color #129C49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C49 is #ED63B6. Grayscale: #696969. Windows color (decimal): -15557559 or 4824082. OLE color: 4824082.
HSL color Cylindrical-coordinate representation of color #129C49: hue angle of 143.91º 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 #129C49 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 73 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.39 |
| HSL | 143.91º | 0.79% | 0.34% | - |
| HSV(B) | 143.91º | 0.88% | 0.61% | - |
| XYZ | 13.34 | 24.39 | 10.31 | - |
| YUV | 105.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 73 | 0.88 | 0 | 0.53 | 0.39 | 143.91 | 0.79 | 0.34 |
| Hex | 12 | 9C | 49 | 58 | 0 | 35 | 27 | 90 | 4F | 22 |
| Octal | 22 | 234 | 111 | 130 | 0 | 65 | 47 | 220 | 117 | 42 |
| Binary | 10010 | 10011100 | 1001001 | 1011000 | 0 | 110101 | 100111 | 10010000 | 1001111 | 100010 |
Color Harmonies of #129C49
Complementary color
Monochromatic Colors of #129C49
Black with #129C49
Text Example
Text Example
White with #129C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C49; }
p { color: rgb(18,156,73); }
H1.HeaderClassName
{
color: #129C49;
}
.AnyTagClassName
{
color: #129C49;
}
</style>
background-color css
<style>
a { background-color: #129C49; }
a { background-color: rgb(18,156,73); }
div.DivClassName
{
background-color: #129C49;
}
.BgClassName
{
background-color: #129C49;
}
</style>
border-color css
<style>
span { border-color: #129C49; }
span { border-color: rgb(18,156,73); }
td.TdClassName
{
border-color: #129C49;
}
.TagClassName
{
border-color: #129C49;
}
</style>