Shades of Forest Green #129E2A
Tints of Forest Green #129E2A
RGB
CMYK
RGB Variations
Color information
#129E2A (or 0x129E2A) is known color: Forest Green. HEX triplet: 12, 9E and 2A. RGB value is (18,158,42). Sum of RGB (Red+Green+Blue) = 18+158+42=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 158 (62.11% from 255 or 72.48% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 158 - color contains mainly: green. Hex color #129E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E2A is #ED61D5. Grayscale: #676767. Windows color (decimal): -15557078 or 2792978. OLE color: 2792978.
HSL color Cylindrical-coordinate representation of color #129E2A: hue angle of 130.29º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E2A is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 42 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.38 |
| HSL | 130.29º | 0.8% | 0.35% | - |
| HSV(B) | 130.29º | 0.89% | 0.62% | - |
| XYZ | 12.89 | 24.75 | 6.29 | - |
| YUV | 102.92 | 93.62 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 42 | 0.89 | 0 | 0.73 | 0.38 | 130.29 | 0.8 | 0.35 |
| Hex | 12 | 9E | 2A | 59 | 0 | 49 | 26 | 82 | 50 | 23 |
| Octal | 22 | 236 | 52 | 131 | 0 | 111 | 46 | 202 | 120 | 43 |
| Binary | 10010 | 10011110 | 101010 | 1011001 | 0 | 1001001 | 100110 | 10000010 | 1010000 | 100011 |
Color Harmonies of #129E2A
Complementary color
Monochromatic Colors of #129E2A
Black with #129E2A
Text Example
Text Example
White with #129E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E2A; }
p { color: rgb(18,158,42); }
H1.HeaderClassName
{
color: #129E2A;
}
.AnyTagClassName
{
color: #129E2A;
}
</style>
background-color css
<style>
a { background-color: #129E2A; }
a { background-color: rgb(18,158,42); }
div.DivClassName
{
background-color: #129E2A;
}
.BgClassName
{
background-color: #129E2A;
}
</style>
border-color css
<style>
span { border-color: #129E2A; }
span { border-color: rgb(18,158,42); }
td.TdClassName
{
border-color: #129E2A;
}
.TagClassName
{
border-color: #129E2A;
}
</style>