Shades of Forest Green #129A20
Tints of Forest Green #129A20
RGB
CMYK
RGB Variations
Color information
#129A20 (or 0x129A20) is known color: Forest Green. HEX triplet: 12, 9A and 20. RGB value is (18,154,32). Sum of RGB (Red+Green+Blue) = 18+154+32=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 154 (60.55% from 255 or 75.49% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 154 - color contains mainly: green. Hex color #129A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A20 is #ED65DF. Grayscale: #636363. Windows color (decimal): -15558112 or 2136594. OLE color: 2136594.
HSL color Cylindrical-coordinate representation of color #129A20: hue angle of 126.18º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A20 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 154 | 32 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.40 |
| HSL | 126.18º | 0.79% | 0.34% | - |
| HSV(B) | 126.18º | 0.88% | 0.6% | - |
| XYZ | 12.07 | 23.34 | 5.24 | - |
| YUV | 99.43 | 89.94 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 32 | 0.88 | 0 | 0.79 | 0.40 | 126.18 | 0.79 | 0.34 |
| Hex | 12 | 9A | 20 | 58 | 0 | 4F | 28 | 7E | 4F | 22 |
| Octal | 22 | 232 | 40 | 130 | 0 | 117 | 50 | 176 | 117 | 42 |
| Binary | 10010 | 10011010 | 100000 | 1011000 | 0 | 1001111 | 101000 | 1111110 | 1001111 | 100010 |
Color Harmonies of #129A20
Complementary color
Monochromatic Colors of #129A20
Black with #129A20
Text Example
Text Example
White with #129A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129A20; }
p { color: rgb(18,154,32); }
H1.HeaderClassName
{
color: #129A20;
}
.AnyTagClassName
{
color: #129A20;
}
</style>
background-color css
<style>
a { background-color: #129A20; }
a { background-color: rgb(18,154,32); }
div.DivClassName
{
background-color: #129A20;
}
.BgClassName
{
background-color: #129A20;
}
</style>
border-color css
<style>
span { border-color: #129A20; }
span { border-color: rgb(18,154,32); }
td.TdClassName
{
border-color: #129A20;
}
.TagClassName
{
border-color: #129A20;
}
</style>