Shades of Pigment Green #129649
Tints of Pigment Green #129649
RGB
CMYK
RGB Variations
Color information
#129649 (or 0x129649) is known color: Pigment Green. HEX triplet: 12, 96 and 49. RGB value is (18,150,73). Sum of RGB (Red+Green+Blue) = 18+150+73=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #129649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129649 is #ED69B6. Grayscale: #656565. Windows color (decimal): -15559095 or 4822546. OLE color: 4822546.
HSL color Cylindrical-coordinate representation of color #129649: hue angle of 145º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129649 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 73 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.41 |
| HSL | 145º | 0.79% | 0.33% | - |
| HSV(B) | 145º | 0.88% | 0.59% | - |
| XYZ | 12.36 | 22.42 | 9.98 | - |
| YUV | 101.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 73 | 0.88 | 0 | 0.51 | 0.41 | 145 | 0.79 | 0.33 |
| Hex | 12 | 96 | 49 | 58 | 0 | 33 | 29 | 91 | 4F | 21 |
| Octal | 22 | 226 | 111 | 130 | 0 | 63 | 51 | 221 | 117 | 41 |
| Binary | 10010 | 10010110 | 1001001 | 1011000 | 0 | 110011 | 101001 | 10010001 | 1001111 | 100001 |
Color Harmonies of #129649
Complementary color
Monochromatic Colors of #129649
Black with #129649
Text Example
Text Example
White with #129649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129649; }
p { color: rgb(18,150,73); }
H1.HeaderClassName
{
color: #129649;
}
.AnyTagClassName
{
color: #129649;
}
</style>
background-color css
<style>
a { background-color: #129649; }
a { background-color: rgb(18,150,73); }
div.DivClassName
{
background-color: #129649;
}
.BgClassName
{
background-color: #129649;
}
</style>
border-color css
<style>
span { border-color: #129649; }
span { border-color: rgb(18,150,73); }
td.TdClassName
{
border-color: #129649;
}
.TagClassName
{
border-color: #129649;
}
</style>