Shades of Pigment Green #129C39
Tints of Pigment Green #129C39
RGB
CMYK
RGB Variations
Color information
#129C39 (or 0x129C39) is known color: Pigment Green. HEX triplet: 12, 9C and 39. RGB value is (18,156,57). Sum of RGB (Red+Green+Blue) = 18+156+57=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #129C39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C39 is #ED63C6. Grayscale: #676767. Windows color (decimal): -15557575 or 3775506. OLE color: 3775506.
HSL color Cylindrical-coordinate representation of color #129C39: hue angle of 136.96º 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 #129C39 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 57 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.39 |
| HSL | 136.96º | 0.79% | 0.34% | - |
| HSV(B) | 136.96º | 0.88% | 0.61% | - |
| XYZ | 12.88 | 24.2 | 7.86 | - |
| YUV | 103.45 | 101.78 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 57 | 0.88 | 0 | 0.63 | 0.39 | 136.96 | 0.79 | 0.34 |
| Hex | 12 | 9C | 39 | 58 | 0 | 3F | 27 | 89 | 4F | 22 |
| Octal | 22 | 234 | 71 | 130 | 0 | 77 | 47 | 211 | 117 | 42 |
| Binary | 10010 | 10011100 | 111001 | 1011000 | 0 | 111111 | 100111 | 10001001 | 1001111 | 100010 |
Color Harmonies of #129C39
Complementary color
Monochromatic Colors of #129C39
Black with #129C39
Text Example
Text Example
White with #129C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C39; }
p { color: rgb(18,156,57); }
H1.HeaderClassName
{
color: #129C39;
}
.AnyTagClassName
{
color: #129C39;
}
</style>
background-color css
<style>
a { background-color: #129C39; }
a { background-color: rgb(18,156,57); }
div.DivClassName
{
background-color: #129C39;
}
.BgClassName
{
background-color: #129C39;
}
</style>
border-color css
<style>
span { border-color: #129C39; }
span { border-color: rgb(18,156,57); }
td.TdClassName
{
border-color: #129C39;
}
.TagClassName
{
border-color: #129C39;
}
</style>