Shades of Forest Green #129F25
Tints of Forest Green #129F25
RGB
CMYK
RGB Variations
Color information
#129F25 (or 0x129F25) is known color: Forest Green. HEX triplet: 12, 9F and 25. RGB value is (18,159,37). Sum of RGB (Red+Green+Blue) = 18+159+37=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 159 (62.5% from 255 or 74.30% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 159 - color contains mainly: green. Hex color #129F25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F25 is #ED60DA. Grayscale: #676767. Windows color (decimal): -15556827 or 2465554. OLE color: 2465554.
HSL color Cylindrical-coordinate representation of color #129F25: hue angle of 128.09º 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 #129F25 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 37 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.38 |
| HSL | 128.09º | 0.8% | 0.35% | - |
| HSV(B) | 128.09º | 0.89% | 0.62% | - |
| XYZ | 12.98 | 25.06 | 5.9 | - |
| YUV | 102.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 37 | 0.89 | 0 | 0.77 | 0.38 | 128.09 | 0.8 | 0.35 |
| Hex | 12 | 9F | 25 | 59 | 0 | 4D | 26 | 80 | 50 | 23 |
| Octal | 22 | 237 | 45 | 131 | 0 | 115 | 46 | 200 | 120 | 43 |
| Binary | 10010 | 10011111 | 100101 | 1011001 | 0 | 1001101 | 100110 | 10000000 | 1010000 | 100011 |
Color Harmonies of #129F25
Complementary color
Monochromatic Colors of #129F25
Black with #129F25
Text Example
Text Example
White with #129F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F25; }
p { color: rgb(18,159,37); }
H1.HeaderClassName
{
color: #129F25;
}
.AnyTagClassName
{
color: #129F25;
}
</style>
background-color css
<style>
a { background-color: #129F25; }
a { background-color: rgb(18,159,37); }
div.DivClassName
{
background-color: #129F25;
}
.BgClassName
{
background-color: #129F25;
}
</style>
border-color css
<style>
span { border-color: #129F25; }
span { border-color: rgb(18,159,37); }
td.TdClassName
{
border-color: #129F25;
}
.TagClassName
{
border-color: #129F25;
}
</style>