Shades of Forest Green #129218
Tints of Forest Green #129218
RGB
CMYK
RGB Variations
Color information
#129218 (or 0x129218) is known color: Forest Green. HEX triplet: 12, 92 and 18. RGB value is (18,146,24). Sum of RGB (Red+Green+Blue) = 18+146+24=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 146 (57.42% from 255 or 77.66% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 146 - color contains mainly: green. Hex color #129218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129218 is #ED6DE7. Grayscale: #5E5E5E. Windows color (decimal): -15560168 or 1610258. OLE color: 1610258.
HSL color Cylindrical-coordinate representation of color #129218: hue angle of 122.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129218 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 24 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.43 |
| HSL | 122.81º | 0.78% | 0.32% | - |
| HSV(B) | 122.81º | 0.88% | 0.57% | - |
| XYZ | 10.69 | 20.75 | 4.31 | - |
| YUV | 93.82 | 88.59 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 24 | 0.88 | 0 | 0.84 | 0.43 | 122.81 | 0.78 | 0.32 |
| Hex | 12 | 92 | 18 | 58 | 0 | 54 | 2B | 7B | 4E | 20 |
| Octal | 22 | 222 | 30 | 130 | 0 | 124 | 53 | 173 | 116 | 40 |
| Binary | 10010 | 10010010 | 11000 | 1011000 | 0 | 1010100 | 101011 | 1111011 | 1001110 | 100000 |
Color Harmonies of #129218
Complementary color
Monochromatic Colors of #129218
Black with #129218
Text Example
Text Example
White with #129218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129218; }
p { color: rgb(18,146,24); }
H1.HeaderClassName
{
color: #129218;
}
.AnyTagClassName
{
color: #129218;
}
</style>
background-color css
<style>
a { background-color: #129218; }
a { background-color: rgb(18,146,24); }
div.DivClassName
{
background-color: #129218;
}
.BgClassName
{
background-color: #129218;
}
</style>
border-color css
<style>
span { border-color: #129218; }
span { border-color: rgb(18,146,24); }
td.TdClassName
{
border-color: #129218;
}
.TagClassName
{
border-color: #129218;
}
</style>