Shades of Pigment Green #129E37
Tints of Pigment Green #129E37
RGB
CMYK
RGB Variations
Color information
#129E37 (or 0x129E37) is known color: Pigment Green. HEX triplet: 12, 9E and 37. RGB value is (18,158,55). Sum of RGB (Red+Green+Blue) = 18+158+55=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 158 (62.11% from 255 or 68.40% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 158 - color contains mainly: green. Hex color #129E37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E37 is #ED61C8. Grayscale: #686868. Windows color (decimal): -15557065 or 3644946. OLE color: 3644946.
HSL color Cylindrical-coordinate representation of color #129E37: hue angle of 135.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E37 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 55 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.38 |
| HSL | 135.86º | 0.8% | 0.35% | - |
| HSV(B) | 135.86º | 0.89% | 0.62% | - |
| XYZ | 13.17 | 24.86 | 7.72 | - |
| YUV | 104.4 | 100.12 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 55 | 0.89 | 0 | 0.65 | 0.38 | 135.86 | 0.8 | 0.35 |
| Hex | 12 | 9E | 37 | 59 | 0 | 41 | 26 | 88 | 50 | 23 |
| Octal | 22 | 236 | 67 | 131 | 0 | 101 | 46 | 210 | 120 | 43 |
| Binary | 10010 | 10011110 | 110111 | 1011001 | 0 | 1000001 | 100110 | 10001000 | 1010000 | 100011 |
Color Harmonies of #129E37
Complementary color
Monochromatic Colors of #129E37
Black with #129E37
Text Example
Text Example
White with #129E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E37; }
p { color: rgb(18,158,55); }
H1.HeaderClassName
{
color: #129E37;
}
.AnyTagClassName
{
color: #129E37;
}
</style>
background-color css
<style>
a { background-color: #129E37; }
a { background-color: rgb(18,158,55); }
div.DivClassName
{
background-color: #129E37;
}
.BgClassName
{
background-color: #129E37;
}
</style>
border-color css
<style>
span { border-color: #129E37; }
span { border-color: rgb(18,158,55); }
td.TdClassName
{
border-color: #129E37;
}
.TagClassName
{
border-color: #129E37;
}
</style>