Shades of Forest Green #129213
Tints of Forest Green #129213
RGB
CMYK
RGB Variations
Color information
#129213 (or 0x129213) is known color: Forest Green. HEX triplet: 12, 92 and 13. RGB value is (18,146,19). Sum of RGB (Red+Green+Blue) = 18+146+19=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 146 (57.42% from 255 or 79.78% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 146 - color contains mainly: green. Hex color #129213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129213 is #ED6DEC. Grayscale: #5D5D5D. Windows color (decimal): -15560173 or 1282578. OLE color: 1282578.
HSL color Cylindrical-coordinate representation of color #129213: hue angle of 120.47º 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 #129213 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 19 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.43 |
| HSL | 120.47º | 0.78% | 0.32% | - |
| HSV(B) | 120.47º | 0.88% | 0.57% | - |
| XYZ | 10.65 | 20.73 | 4.06 | - |
| YUV | 93.25 | 86.09 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 19 | 0.88 | 0 | 0.87 | 0.43 | 120.47 | 0.78 | 0.32 |
| Hex | 12 | 92 | 13 | 58 | 0 | 57 | 2B | 78 | 4E | 20 |
| Octal | 22 | 222 | 23 | 130 | 0 | 127 | 53 | 170 | 116 | 40 |
| Binary | 10010 | 10010010 | 10011 | 1011000 | 0 | 1010111 | 101011 | 1111000 | 1001110 | 100000 |
Color Harmonies of #129213
Complementary color
Monochromatic Colors of #129213
Black with #129213
Text Example
Text Example
White with #129213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129213; }
p { color: rgb(18,146,19); }
H1.HeaderClassName
{
color: #129213;
}
.AnyTagClassName
{
color: #129213;
}
</style>
background-color css
<style>
a { background-color: #129213; }
a { background-color: rgb(18,146,19); }
div.DivClassName
{
background-color: #129213;
}
.BgClassName
{
background-color: #129213;
}
</style>
border-color css
<style>
span { border-color: #129213; }
span { border-color: rgb(18,146,19); }
td.TdClassName
{
border-color: #129213;
}
.TagClassName
{
border-color: #129213;
}
</style>