Shades of Forest Green #129F34
Tints of Forest Green #129F34
RGB
CMYK
RGB Variations
Color information
#129F34 (or 0x129F34) is known color: Forest Green. HEX triplet: 12, 9F and 34. RGB value is (18,159,52). Sum of RGB (Red+Green+Blue) = 18+159+52=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 159 (62.5% from 255 or 69.43% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 159 - color contains mainly: green. Hex color #129F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F34 is #ED60CB. Grayscale: #686868. Windows color (decimal): -15556812 or 3448594. OLE color: 3448594.
HSL color Cylindrical-coordinate representation of color #129F34: hue angle of 134.47º 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 #129F34 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 52 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.38 |
| HSL | 134.47º | 0.8% | 0.35% | - |
| HSV(B) | 134.47º | 0.89% | 0.62% | - |
| XYZ | 13.27 | 25.17 | 7.41 | - |
| YUV | 104.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 52 | 0.89 | 0 | 0.67 | 0.38 | 134.47 | 0.8 | 0.35 |
| Hex | 12 | 9F | 34 | 59 | 0 | 43 | 26 | 86 | 50 | 23 |
| Octal | 22 | 237 | 64 | 131 | 0 | 103 | 46 | 206 | 120 | 43 |
| Binary | 10010 | 10011111 | 110100 | 1011001 | 0 | 1000011 | 100110 | 10000110 | 1010000 | 100011 |
Color Harmonies of #129F34
Complementary color
Monochromatic Colors of #129F34
Black with #129F34
Text Example
Text Example
White with #129F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F34; }
p { color: rgb(18,159,52); }
H1.HeaderClassName
{
color: #129F34;
}
.AnyTagClassName
{
color: #129F34;
}
</style>
background-color css
<style>
a { background-color: #129F34; }
a { background-color: rgb(18,159,52); }
div.DivClassName
{
background-color: #129F34;
}
.BgClassName
{
background-color: #129F34;
}
</style>
border-color css
<style>
span { border-color: #129F34; }
span { border-color: rgb(18,159,52); }
td.TdClassName
{
border-color: #129F34;
}
.TagClassName
{
border-color: #129F34;
}
</style>