Shades of Forest Green #129512
Tints of Forest Green #129512
RGB
CMYK
RGB Variations
Color information
#129512 (or 0x129512) is known color: Forest Green. HEX triplet: 12, 95 and 12. RGB value is (18,149,18). Sum of RGB (Red+Green+Blue) = 18+149+18=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #129512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129512 is #ED6AED. Grayscale: #5F5F5F. Windows color (decimal): -15559406 or 1217810. OLE color: 1217810.
HSL color Cylindrical-coordinate representation of color #129512: hue angle of 120º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129512 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 18 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.42 |
| HSL | 120º | 0.78% | 0.33% | - |
| HSV(B) | 120º | 0.88% | 0.58% | - |
| XYZ | 11.11 | 21.67 | 4.17 | - |
| YUV | 94.9 | 84.6 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 18 | 0.88 | 0 | 0.88 | 0.42 | 120 | 0.78 | 0.33 |
| Hex | 12 | 95 | 12 | 58 | 0 | 58 | 2A | 78 | 4E | 21 |
| Octal | 22 | 225 | 22 | 130 | 0 | 130 | 52 | 170 | 116 | 41 |
| Binary | 10010 | 10010101 | 10010 | 1011000 | 0 | 1011000 | 101010 | 1111000 | 1001110 | 100001 |
Color Harmonies of #129512
Complementary color
Monochromatic Colors of #129512
Black with #129512
Text Example
Text Example
White with #129512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129512; }
p { color: rgb(18,149,18); }
H1.HeaderClassName
{
color: #129512;
}
.AnyTagClassName
{
color: #129512;
}
</style>
background-color css
<style>
a { background-color: #129512; }
a { background-color: rgb(18,149,18); }
div.DivClassName
{
background-color: #129512;
}
.BgClassName
{
background-color: #129512;
}
</style>
border-color css
<style>
span { border-color: #129512; }
span { border-color: rgb(18,149,18); }
td.TdClassName
{
border-color: #129512;
}
.TagClassName
{
border-color: #129512;
}
</style>