Shades of Forest Green #129D2F
Tints of Forest Green #129D2F
RGB
CMYK
RGB Variations
Color information
#129D2F (or 0x129D2F) is known color: Forest Green. HEX triplet: 12, 9D and 2F. RGB value is (18,157,47). Sum of RGB (Red+Green+Blue) = 18+157+47=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 157 (61.72% from 255 or 70.72% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 157 - color contains mainly: green. Hex color #129D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D2F is #ED62D0. Grayscale: #676767. Windows color (decimal): -15557329 or 3120402. OLE color: 3120402.
HSL color Cylindrical-coordinate representation of color #129D2F: hue angle of 132.52º 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 #129D2F is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 47 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.38 |
| HSL | 132.52º | 0.79% | 0.34% | - |
| HSV(B) | 132.52º | 0.89% | 0.62% | - |
| XYZ | 12.82 | 24.45 | 6.73 | - |
| YUV | 102.9 | 96.45 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 47 | 0.89 | 0 | 0.70 | 0.38 | 132.52 | 0.79 | 0.34 |
| Hex | 12 | 9D | 2F | 59 | 0 | 46 | 26 | 85 | 4F | 22 |
| Octal | 22 | 235 | 57 | 131 | 0 | 106 | 46 | 205 | 117 | 42 |
| Binary | 10010 | 10011101 | 101111 | 1011001 | 0 | 1000110 | 100110 | 10000101 | 1001111 | 100010 |
Color Harmonies of #129D2F
Complementary color
Monochromatic Colors of #129D2F
Black with #129D2F
Text Example
Text Example
White with #129D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D2F; }
p { color: rgb(18,157,47); }
H1.HeaderClassName
{
color: #129D2F;
}
.AnyTagClassName
{
color: #129D2F;
}
</style>
background-color css
<style>
a { background-color: #129D2F; }
a { background-color: rgb(18,157,47); }
div.DivClassName
{
background-color: #129D2F;
}
.BgClassName
{
background-color: #129D2F;
}
</style>
border-color css
<style>
span { border-color: #129D2F; }
span { border-color: rgb(18,157,47); }
td.TdClassName
{
border-color: #129D2F;
}
.TagClassName
{
border-color: #129D2F;
}
</style>