Shades of Forest Green #129132
Tints of Forest Green #129132
RGB
CMYK
RGB Variations
Color information
#129132 (or 0x129132) is known color: Forest Green. HEX triplet: 12, 91 and 32. RGB value is (18,145,50). Sum of RGB (Red+Green+Blue) = 18+145+50=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #129132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129132 is #ED6ECD. Grayscale: #606060. Windows color (decimal): -15560398 or 3313938. OLE color: 3313938.
HSL color Cylindrical-coordinate representation of color #129132: hue angle of 135.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129132 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 50 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.43 |
| HSL | 135.12º | 0.78% | 0.32% | - |
| HSV(B) | 135.12º | 0.88% | 0.57% | - |
| XYZ | 10.95 | 20.61 | 6.42 | - |
| YUV | 96.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 50 | 0.88 | 0 | 0.66 | 0.43 | 135.12 | 0.78 | 0.32 |
| Hex | 12 | 91 | 32 | 58 | 0 | 42 | 2B | 87 | 4E | 20 |
| Octal | 22 | 221 | 62 | 130 | 0 | 102 | 53 | 207 | 116 | 40 |
| Binary | 10010 | 10010001 | 110010 | 1011000 | 0 | 1000010 | 101011 | 10000111 | 1001110 | 100000 |
Color Harmonies of #129132
Complementary color
Monochromatic Colors of #129132
Black with #129132
Text Example
Text Example
White with #129132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129132; }
p { color: rgb(18,145,50); }
H1.HeaderClassName
{
color: #129132;
}
.AnyTagClassName
{
color: #129132;
}
</style>
background-color css
<style>
a { background-color: #129132; }
a { background-color: rgb(18,145,50); }
div.DivClassName
{
background-color: #129132;
}
.BgClassName
{
background-color: #129132;
}
</style>
border-color css
<style>
span { border-color: #129132; }
span { border-color: rgb(18,145,50); }
td.TdClassName
{
border-color: #129132;
}
.TagClassName
{
border-color: #129132;
}
</style>