Shades of Pigment Green #129D38
Tints of Pigment Green #129D38
RGB
CMYK
RGB Variations
Color information
#129D38 (or 0x129D38) is known color: Pigment Green. HEX triplet: 12, 9D and 38. RGB value is (18,157,56). Sum of RGB (Red+Green+Blue) = 18+157+56=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 157 (61.72% from 255 or 67.97% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 157 - color contains mainly: green. Hex color #129D38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D38 is #ED62C7. Grayscale: #686868. Windows color (decimal): -15557320 or 3710226. OLE color: 3710226.
HSL color Cylindrical-coordinate representation of color #129D38: hue angle of 136.4º 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 #129D38 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 56 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.38 |
| HSL | 136.4º | 0.79% | 0.34% | - |
| HSV(B) | 136.4º | 0.89% | 0.62% | - |
| XYZ | 13.02 | 24.53 | 7.79 | - |
| YUV | 103.93 | 100.95 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 56 | 0.89 | 0 | 0.64 | 0.38 | 136.4 | 0.79 | 0.34 |
| Hex | 12 | 9D | 38 | 59 | 0 | 40 | 26 | 88 | 4F | 22 |
| Octal | 22 | 235 | 70 | 131 | 0 | 100 | 46 | 210 | 117 | 42 |
| Binary | 10010 | 10011101 | 111000 | 1011001 | 0 | 1000000 | 100110 | 10001000 | 1001111 | 100010 |
Color Harmonies of #129D38
Complementary color
Monochromatic Colors of #129D38
Black with #129D38
Text Example
Text Example
White with #129D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D38; }
p { color: rgb(18,157,56); }
H1.HeaderClassName
{
color: #129D38;
}
.AnyTagClassName
{
color: #129D38;
}
</style>
background-color css
<style>
a { background-color: #129D38; }
a { background-color: rgb(18,157,56); }
div.DivClassName
{
background-color: #129D38;
}
.BgClassName
{
background-color: #129D38;
}
</style>
border-color css
<style>
span { border-color: #129D38; }
span { border-color: rgb(18,157,56); }
td.TdClassName
{
border-color: #129D38;
}
.TagClassName
{
border-color: #129D38;
}
</style>