Shades of Forest Green #129F18
Tints of Forest Green #129F18
RGB
CMYK
RGB Variations
Color information
#129F18 (or 0x129F18) is known color: Forest Green. HEX triplet: 12, 9F and 18. RGB value is (18,159,24). Sum of RGB (Red+Green+Blue) = 18+159+24=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 159 (62.5% from 255 or 79.10% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 159 - color contains mainly: green. Hex color #129F18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129F18 is #ED60E7. Grayscale: #656565. Windows color (decimal): -15556840 or 1613586. OLE color: 1613586.
HSL color Cylindrical-coordinate representation of color #129F18: hue angle of 122.55º 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 #129F18 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 24 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.38 |
| HSL | 122.55º | 0.8% | 0.35% | - |
| HSV(B) | 122.55º | 0.89% | 0.62% | - |
| XYZ | 12.81 | 24.99 | 5.01 | - |
| YUV | 101.45 | 84.29 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 24 | 0.89 | 0 | 0.85 | 0.38 | 122.55 | 0.8 | 0.35 |
| Hex | 12 | 9F | 18 | 59 | 0 | 55 | 26 | 7B | 50 | 23 |
| Octal | 22 | 237 | 30 | 131 | 0 | 125 | 46 | 173 | 120 | 43 |
| Binary | 10010 | 10011111 | 11000 | 1011001 | 0 | 1010101 | 100110 | 1111011 | 1010000 | 100011 |
Color Harmonies of #129F18
Complementary color
Monochromatic Colors of #129F18
Black with #129F18
Text Example
Text Example
White with #129F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F18; }
p { color: rgb(18,159,24); }
H1.HeaderClassName
{
color: #129F18;
}
.AnyTagClassName
{
color: #129F18;
}
</style>
background-color css
<style>
a { background-color: #129F18; }
a { background-color: rgb(18,159,24); }
div.DivClassName
{
background-color: #129F18;
}
.BgClassName
{
background-color: #129F18;
}
</style>
border-color css
<style>
span { border-color: #129F18; }
span { border-color: rgb(18,159,24); }
td.TdClassName
{
border-color: #129F18;
}
.TagClassName
{
border-color: #129F18;
}
</style>