Shades of Forest Green #129D25
Tints of Forest Green #129D25
RGB
CMYK
RGB Variations
Color information
#129D25 (or 0x129D25) is known color: Forest Green. HEX triplet: 12, 9D and 25. RGB value is (18,157,37). Sum of RGB (Red+Green+Blue) = 18+157+37=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 157 (61.72% from 255 or 74.06% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 157 - color contains mainly: green. Hex color #129D25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D25 is #ED62DA. Grayscale: #666666. Windows color (decimal): -15557339 or 2465042. OLE color: 2465042.
HSL color Cylindrical-coordinate representation of color #129D25: hue angle of 128.2º 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 #129D25 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 37 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.38 |
| HSL | 128.2º | 0.79% | 0.34% | - |
| HSV(B) | 128.2º | 0.89% | 0.62% | - |
| XYZ | 12.64 | 24.38 | 5.79 | - |
| YUV | 101.76 | 91.45 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 37 | 0.89 | 0 | 0.76 | 0.38 | 128.2 | 0.79 | 0.34 |
| Hex | 12 | 9D | 25 | 59 | 0 | 4C | 26 | 80 | 4F | 22 |
| Octal | 22 | 235 | 45 | 131 | 0 | 114 | 46 | 200 | 117 | 42 |
| Binary | 10010 | 10011101 | 100101 | 1011001 | 0 | 1001100 | 100110 | 10000000 | 1001111 | 100010 |
Color Harmonies of #129D25
Complementary color
Monochromatic Colors of #129D25
Black with #129D25
Text Example
Text Example
White with #129D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D25; }
p { color: rgb(18,157,37); }
H1.HeaderClassName
{
color: #129D25;
}
.AnyTagClassName
{
color: #129D25;
}
</style>
background-color css
<style>
a { background-color: #129D25; }
a { background-color: rgb(18,157,37); }
div.DivClassName
{
background-color: #129D25;
}
.BgClassName
{
background-color: #129D25;
}
</style>
border-color css
<style>
span { border-color: #129D25; }
span { border-color: rgb(18,157,37); }
td.TdClassName
{
border-color: #129D25;
}
.TagClassName
{
border-color: #129D25;
}
</style>