Shades of Pigment Green #129440
Tints of Pigment Green #129440
RGB
CMYK
RGB Variations
Color information
#129440 (or 0x129440) is known color: Pigment Green. HEX triplet: 12, 94 and 40. RGB value is (18,148,64). Sum of RGB (Red+Green+Blue) = 18+148+64=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #129440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129440 is #ED6BBF. Grayscale: #636363. Windows color (decimal): -15559616 or 4232210. OLE color: 4232210.
HSL color Cylindrical-coordinate representation of color #129440: hue angle of 141.23º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129440 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 64 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.42 |
| HSL | 141.23º | 0.78% | 0.33% | - |
| HSV(B) | 141.23º | 0.88% | 0.58% | - |
| XYZ | 11.76 | 21.68 | 8.41 | - |
| YUV | 99.55 | 107.93 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 64 | 0.88 | 0 | 0.57 | 0.42 | 141.23 | 0.78 | 0.33 |
| Hex | 12 | 94 | 40 | 58 | 0 | 39 | 2A | 8D | 4E | 21 |
| Octal | 22 | 224 | 100 | 130 | 0 | 71 | 52 | 215 | 116 | 41 |
| Binary | 10010 | 10010100 | 1000000 | 1011000 | 0 | 111001 | 101010 | 10001101 | 1001110 | 100001 |
Color Harmonies of #129440
Complementary color
Monochromatic Colors of #129440
Black with #129440
Text Example
Text Example
White with #129440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129440; }
p { color: rgb(18,148,64); }
H1.HeaderClassName
{
color: #129440;
}
.AnyTagClassName
{
color: #129440;
}
</style>
background-color css
<style>
a { background-color: #129440; }
a { background-color: rgb(18,148,64); }
div.DivClassName
{
background-color: #129440;
}
.BgClassName
{
background-color: #129440;
}
</style>
border-color css
<style>
span { border-color: #129440; }
span { border-color: rgb(18,148,64); }
td.TdClassName
{
border-color: #129440;
}
.TagClassName
{
border-color: #129440;
}
</style>