Shades of Pigment Green #129B40
Tints of Pigment Green #129B40
RGB
CMYK
RGB Variations
Color information
#129B40 (or 0x129B40) is known color: Pigment Green. HEX triplet: 12, 9B and 40. RGB value is (18,155,64). Sum of RGB (Red+Green+Blue) = 18+155+64=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 155 (60.94% from 255 or 65.40% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 155 - color contains mainly: green. Hex color #129B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129B40 is #ED64BF. Grayscale: #676767. Windows color (decimal): -15557824 or 4234002. OLE color: 4234002.
HSL color Cylindrical-coordinate representation of color #129B40: hue angle of 140.15º 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 #129B40 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 155 | 64 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.39 |
| HSL | 140.15º | 0.79% | 0.34% | - |
| HSV(B) | 140.15º | 0.88% | 0.61% | - |
| XYZ | 12.9 | 23.94 | 8.79 | - |
| YUV | 103.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 64 | 0.88 | 0 | 0.59 | 0.39 | 140.15 | 0.79 | 0.34 |
| Hex | 12 | 9B | 40 | 58 | 0 | 3B | 27 | 8C | 4F | 22 |
| Octal | 22 | 233 | 100 | 130 | 0 | 73 | 47 | 214 | 117 | 42 |
| Binary | 10010 | 10011011 | 1000000 | 1011000 | 0 | 111011 | 100111 | 10001100 | 1001111 | 100010 |
Color Harmonies of #129B40
Complementary color
Monochromatic Colors of #129B40
Black with #129B40
Text Example
Text Example
White with #129B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129B40; }
p { color: rgb(18,155,64); }
H1.HeaderClassName
{
color: #129B40;
}
.AnyTagClassName
{
color: #129B40;
}
</style>
background-color css
<style>
a { background-color: #129B40; }
a { background-color: rgb(18,155,64); }
div.DivClassName
{
background-color: #129B40;
}
.BgClassName
{
background-color: #129B40;
}
</style>
border-color css
<style>
span { border-color: #129B40; }
span { border-color: rgb(18,155,64); }
td.TdClassName
{
border-color: #129B40;
}
.TagClassName
{
border-color: #129B40;
}
</style>