Shades of Forest Green #129D2E
Tints of Forest Green #129D2E
RGB
CMYK
RGB Variations
Color information
#129D2E (or 0x129D2E) is known color: Forest Green. HEX triplet: 12, 9D and 2E. RGB value is (18,157,46). Sum of RGB (Red+Green+Blue) = 18+157+46=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 157 (61.72% from 255 or 71.04% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 157 - color contains mainly: green. Hex color #129D2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D2E is #ED62D1. Grayscale: #676767. Windows color (decimal): -15557330 or 3054866. OLE color: 3054866.
HSL color Cylindrical-coordinate representation of color #129D2E: hue angle of 132.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D2E is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 46 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.38 |
| HSL | 132.09º | 0.79% | 0.34% | - |
| HSV(B) | 132.09º | 0.89% | 0.62% | - |
| XYZ | 12.8 | 24.44 | 6.63 | - |
| YUV | 102.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 46 | 0.89 | 0 | 0.71 | 0.38 | 132.09 | 0.79 | 0.34 |
| Hex | 12 | 9D | 2E | 59 | 0 | 47 | 26 | 84 | 4F | 22 |
| Octal | 22 | 235 | 56 | 131 | 0 | 107 | 46 | 204 | 117 | 42 |
| Binary | 10010 | 10011101 | 101110 | 1011001 | 0 | 1000111 | 100110 | 10000100 | 1001111 | 100010 |
Color Harmonies of #129D2E
Complementary color
Monochromatic Colors of #129D2E
Black with #129D2E
Text Example
Text Example
White with #129D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D2E; }
p { color: rgb(18,157,46); }
H1.HeaderClassName
{
color: #129D2E;
}
.AnyTagClassName
{
color: #129D2E;
}
</style>
background-color css
<style>
a { background-color: #129D2E; }
a { background-color: rgb(18,157,46); }
div.DivClassName
{
background-color: #129D2E;
}
.BgClassName
{
background-color: #129D2E;
}
</style>
border-color css
<style>
span { border-color: #129D2E; }
span { border-color: rgb(18,157,46); }
td.TdClassName
{
border-color: #129D2E;
}
.TagClassName
{
border-color: #129D2E;
}
</style>