Shades of Pigment Green #129D39
Tints of Pigment Green #129D39
RGB
CMYK
RGB Variations
Color information
#129D39 (or 0x129D39) is known color: Pigment Green. HEX triplet: 12, 9D and 39. RGB value is (18,157,57). Sum of RGB (Red+Green+Blue) = 18+157+57=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 157 (61.72% from 255 or 67.67% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 157 - color contains mainly: green. Hex color #129D39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D39 is #ED62C6. Grayscale: #686868. Windows color (decimal): -15557319 or 3775762. OLE color: 3775762.
HSL color Cylindrical-coordinate representation of color #129D39: hue angle of 136.83º 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 #129D39 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 57 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.38 |
| HSL | 136.83º | 0.79% | 0.34% | - |
| HSV(B) | 136.83º | 0.89% | 0.62% | - |
| XYZ | 13.04 | 24.54 | 7.92 | - |
| YUV | 104.04 | 101.45 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 57 | 0.89 | 0 | 0.64 | 0.38 | 136.83 | 0.79 | 0.34 |
| Hex | 12 | 9D | 39 | 59 | 0 | 40 | 26 | 89 | 4F | 22 |
| Octal | 22 | 235 | 71 | 131 | 0 | 100 | 46 | 211 | 117 | 42 |
| Binary | 10010 | 10011101 | 111001 | 1011001 | 0 | 1000000 | 100110 | 10001001 | 1001111 | 100010 |
Color Harmonies of #129D39
Complementary color
Monochromatic Colors of #129D39
Black with #129D39
Text Example
Text Example
White with #129D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D39; }
p { color: rgb(18,157,57); }
H1.HeaderClassName
{
color: #129D39;
}
.AnyTagClassName
{
color: #129D39;
}
</style>
background-color css
<style>
a { background-color: #129D39; }
a { background-color: rgb(18,157,57); }
div.DivClassName
{
background-color: #129D39;
}
.BgClassName
{
background-color: #129D39;
}
</style>
border-color css
<style>
span { border-color: #129D39; }
span { border-color: rgb(18,157,57); }
td.TdClassName
{
border-color: #129D39;
}
.TagClassName
{
border-color: #129D39;
}
</style>