Shades of Forest Green #129235
Tints of Forest Green #129235
RGB
CMYK
RGB Variations
Color information
#129235 (or 0x129235) is known color: Forest Green. HEX triplet: 12, 92 and 35. RGB value is (18,146,53). Sum of RGB (Red+Green+Blue) = 18+146+53=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #129235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129235 is #ED6DCA. Grayscale: #616161. Windows color (decimal): -15560139 or 3510802. OLE color: 3510802.
HSL color Cylindrical-coordinate representation of color #129235: hue angle of 136.41º 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 #129235 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 53 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.43 |
| HSL | 136.41º | 0.78% | 0.32% | - |
| HSV(B) | 136.41º | 0.88% | 0.57% | - |
| XYZ | 11.17 | 20.94 | 6.82 | - |
| YUV | 97.13 | 103.09 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 53 | 0.88 | 0 | 0.64 | 0.43 | 136.41 | 0.78 | 0.32 |
| Hex | 12 | 92 | 35 | 58 | 0 | 40 | 2B | 88 | 4E | 20 |
| Octal | 22 | 222 | 65 | 130 | 0 | 100 | 53 | 210 | 116 | 40 |
| Binary | 10010 | 10010010 | 110101 | 1011000 | 0 | 1000000 | 101011 | 10001000 | 1001110 | 100000 |
Color Harmonies of #129235
Complementary color
Monochromatic Colors of #129235
Black with #129235
Text Example
Text Example
White with #129235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129235; }
p { color: rgb(18,146,53); }
H1.HeaderClassName
{
color: #129235;
}
.AnyTagClassName
{
color: #129235;
}
</style>
background-color css
<style>
a { background-color: #129235; }
a { background-color: rgb(18,146,53); }
div.DivClassName
{
background-color: #129235;
}
.BgClassName
{
background-color: #129235;
}
</style>
border-color css
<style>
span { border-color: #129235; }
span { border-color: rgb(18,146,53); }
td.TdClassName
{
border-color: #129235;
}
.TagClassName
{
border-color: #129235;
}
</style>