Shades of Forest Green #129632
Tints of Forest Green #129632
RGB
CMYK
RGB Variations
Color information
#129632 (or 0x129632) is known color: Forest Green. HEX triplet: 12, 96 and 32. RGB value is (18,150,50). Sum of RGB (Red+Green+Blue) = 18+150+50=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #129632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129632 is #ED69CD. Grayscale: #636363. Windows color (decimal): -15559118 or 3315218. OLE color: 3315218.
HSL color Cylindrical-coordinate representation of color #129632: hue angle of 134.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129632 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 50 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.41 |
| HSL | 134.55º | 0.79% | 0.33% | - |
| HSV(B) | 134.55º | 0.88% | 0.59% | - |
| XYZ | 11.73 | 22.17 | 6.68 | - |
| YUV | 99.13 | 100.27 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 50 | 0.88 | 0 | 0.67 | 0.41 | 134.55 | 0.79 | 0.33 |
| Hex | 12 | 96 | 32 | 58 | 0 | 43 | 29 | 87 | 4F | 21 |
| Octal | 22 | 226 | 62 | 130 | 0 | 103 | 51 | 207 | 117 | 41 |
| Binary | 10010 | 10010110 | 110010 | 1011000 | 0 | 1000011 | 101001 | 10000111 | 1001111 | 100001 |
Color Harmonies of #129632
Complementary color
Monochromatic Colors of #129632
Black with #129632
Text Example
Text Example
White with #129632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129632; }
p { color: rgb(18,150,50); }
H1.HeaderClassName
{
color: #129632;
}
.AnyTagClassName
{
color: #129632;
}
</style>
background-color css
<style>
a { background-color: #129632; }
a { background-color: rgb(18,150,50); }
div.DivClassName
{
background-color: #129632;
}
.BgClassName
{
background-color: #129632;
}
</style>
border-color css
<style>
span { border-color: #129632; }
span { border-color: rgb(18,150,50); }
td.TdClassName
{
border-color: #129632;
}
.TagClassName
{
border-color: #129632;
}
</style>