Shades of Forest Green #129034
Tints of Forest Green #129034
RGB
CMYK
RGB Variations
Color information
#129034 (or 0x129034) is known color: Forest Green. HEX triplet: 12, 90 and 34. RGB value is (18,144,52). Sum of RGB (Red+Green+Blue) = 18+144+52=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 144 (56.64% from 255 or 67.29% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 144 - color contains mainly: green. Hex color #129034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129034 is #ED6FCB. Grayscale: #606060. Windows color (decimal): -15560652 or 3444754. OLE color: 3444754.
HSL color Cylindrical-coordinate representation of color #129034: hue angle of 136.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129034 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 52 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.44 |
| HSL | 136.19º | 0.78% | 0.32% | - |
| HSV(B) | 136.19º | 0.88% | 0.56% | - |
| XYZ | 10.84 | 20.32 | 6.6 | - |
| YUV | 95.84 | 103.26 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 52 | 0.88 | 0 | 0.64 | 0.44 | 136.19 | 0.78 | 0.32 |
| Hex | 12 | 90 | 34 | 58 | 0 | 40 | 2C | 88 | 4E | 20 |
| Octal | 22 | 220 | 64 | 130 | 0 | 100 | 54 | 210 | 116 | 40 |
| Binary | 10010 | 10010000 | 110100 | 1011000 | 0 | 1000000 | 101100 | 10001000 | 1001110 | 100000 |
Color Harmonies of #129034
Complementary color
Monochromatic Colors of #129034
Black with #129034
Text Example
Text Example
White with #129034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129034; }
p { color: rgb(18,144,52); }
H1.HeaderClassName
{
color: #129034;
}
.AnyTagClassName
{
color: #129034;
}
</style>
background-color css
<style>
a { background-color: #129034; }
a { background-color: rgb(18,144,52); }
div.DivClassName
{
background-color: #129034;
}
.BgClassName
{
background-color: #129034;
}
</style>
border-color css
<style>
span { border-color: #129034; }
span { border-color: rgb(18,144,52); }
td.TdClassName
{
border-color: #129034;
}
.TagClassName
{
border-color: #129034;
}
</style>