Shades of Forest Green #129131
Tints of Forest Green #129131
RGB
CMYK
RGB Variations
Color information
#129131 (or 0x129131) is known color: Forest Green. HEX triplet: 12, 91 and 31. RGB value is (18,145,49). Sum of RGB (Red+Green+Blue) = 18+145+49=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #129131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129131 is #ED6ECE. Grayscale: #606060. Windows color (decimal): -15560399 or 3248402. OLE color: 3248402.
HSL color Cylindrical-coordinate representation of color #129131: hue angle of 134.65º 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 #129131 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 49 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.43 |
| HSL | 134.65º | 0.78% | 0.32% | - |
| HSV(B) | 134.65º | 0.88% | 0.57% | - |
| XYZ | 10.93 | 20.6 | 6.31 | - |
| YUV | 96.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 49 | 0.88 | 0 | 0.66 | 0.43 | 134.65 | 0.78 | 0.32 |
| Hex | 12 | 91 | 31 | 58 | 0 | 42 | 2B | 87 | 4E | 20 |
| Octal | 22 | 221 | 61 | 130 | 0 | 102 | 53 | 207 | 116 | 40 |
| Binary | 10010 | 10010001 | 110001 | 1011000 | 0 | 1000010 | 101011 | 10000111 | 1001110 | 100000 |
Color Harmonies of #129131
Complementary color
Monochromatic Colors of #129131
Black with #129131
Text Example
Text Example
White with #129131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129131; }
p { color: rgb(18,145,49); }
H1.HeaderClassName
{
color: #129131;
}
.AnyTagClassName
{
color: #129131;
}
</style>
background-color css
<style>
a { background-color: #129131; }
a { background-color: rgb(18,145,49); }
div.DivClassName
{
background-color: #129131;
}
.BgClassName
{
background-color: #129131;
}
</style>
border-color css
<style>
span { border-color: #129131; }
span { border-color: rgb(18,145,49); }
td.TdClassName
{
border-color: #129131;
}
.TagClassName
{
border-color: #129131;
}
</style>