Shades of Forest Green #129322
Tints of Forest Green #129322
RGB
CMYK
RGB Variations
Color information
#129322 (or 0x129322) is known color: Forest Green. HEX triplet: 12, 93 and 22. RGB value is (18,147,34). Sum of RGB (Red+Green+Blue) = 18+147+34=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #129322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129322 is #ED6CDD. Grayscale: #5F5F5F. Windows color (decimal): -15559902 or 2265874. OLE color: 2265874.
HSL color Cylindrical-coordinate representation of color #129322: hue angle of 127.44º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129322 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 34 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.42 |
| HSL | 127.44º | 0.78% | 0.32% | - |
| HSV(B) | 127.44º | 0.88% | 0.58% | - |
| XYZ | 10.97 | 21.11 | 5.01 | - |
| YUV | 95.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 34 | 0.88 | 0 | 0.77 | 0.42 | 127.44 | 0.78 | 0.32 |
| Hex | 12 | 93 | 22 | 58 | 0 | 4D | 2A | 7F | 4E | 20 |
| Octal | 22 | 223 | 42 | 130 | 0 | 115 | 52 | 177 | 116 | 40 |
| Binary | 10010 | 10010011 | 100010 | 1011000 | 0 | 1001101 | 101010 | 1111111 | 1001110 | 100000 |
Color Harmonies of #129322
Complementary color
Monochromatic Colors of #129322
Black with #129322
Text Example
Text Example
White with #129322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129322; }
p { color: rgb(18,147,34); }
H1.HeaderClassName
{
color: #129322;
}
.AnyTagClassName
{
color: #129322;
}
</style>
background-color css
<style>
a { background-color: #129322; }
a { background-color: rgb(18,147,34); }
div.DivClassName
{
background-color: #129322;
}
.BgClassName
{
background-color: #129322;
}
</style>
border-color css
<style>
span { border-color: #129322; }
span { border-color: rgb(18,147,34); }
td.TdClassName
{
border-color: #129322;
}
.TagClassName
{
border-color: #129322;
}
</style>