Shades of Forest Green #129E19
Tints of Forest Green #129E19
RGB
CMYK
RGB Variations
Color information
#129E19 (or 0x129E19) is known color: Forest Green. HEX triplet: 12, 9E and 19. RGB value is (18,158,25). Sum of RGB (Red+Green+Blue) = 18+158+25=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 158 (62.11% from 255 or 78.61% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 158 - color contains mainly: green. Hex color #129E19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129E19 is #ED61E6. Grayscale: #656565. Windows color (decimal): -15557095 or 1678866. OLE color: 1678866.
HSL color Cylindrical-coordinate representation of color #129E19: hue angle of 123º 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 #129E19 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 25 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.38 |
| HSL | 123º | 0.8% | 0.35% | - |
| HSV(B) | 123º | 0.89% | 0.62% | - |
| XYZ | 12.65 | 24.65 | 5.01 | - |
| YUV | 100.98 | 85.12 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 25 | 0.89 | 0 | 0.84 | 0.38 | 123 | 0.8 | 0.35 |
| Hex | 12 | 9E | 19 | 59 | 0 | 54 | 26 | 7B | 50 | 23 |
| Octal | 22 | 236 | 31 | 131 | 0 | 124 | 46 | 173 | 120 | 43 |
| Binary | 10010 | 10011110 | 11001 | 1011001 | 0 | 1010100 | 100110 | 1111011 | 1010000 | 100011 |
Color Harmonies of #129E19
Complementary color
Monochromatic Colors of #129E19
Black with #129E19
Text Example
Text Example
White with #129E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E19; }
p { color: rgb(18,158,25); }
H1.HeaderClassName
{
color: #129E19;
}
.AnyTagClassName
{
color: #129E19;
}
</style>
background-color css
<style>
a { background-color: #129E19; }
a { background-color: rgb(18,158,25); }
div.DivClassName
{
background-color: #129E19;
}
.BgClassName
{
background-color: #129E19;
}
</style>
border-color css
<style>
span { border-color: #129E19; }
span { border-color: rgb(18,158,25); }
td.TdClassName
{
border-color: #129E19;
}
.TagClassName
{
border-color: #129E19;
}
</style>