Shades of Forest Green #129529
Tints of Forest Green #129529
RGB
CMYK
RGB Variations
Color information
#129529 (or 0x129529) is known color: Forest Green. HEX triplet: 12, 95 and 29. RGB value is (18,149,41). Sum of RGB (Red+Green+Blue) = 18+149+41=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 149 (58.59% from 255 or 71.63% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 149 - color contains mainly: green. Hex color #129529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129529 is #ED6AD6. Grayscale: #616161. Windows color (decimal): -15559383 or 2725138. OLE color: 2725138.
HSL color Cylindrical-coordinate representation of color #129529: hue angle of 130.53º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129529 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 41 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.42 |
| HSL | 130.53º | 0.78% | 0.33% | - |
| HSV(B) | 130.53º | 0.88% | 0.58% | - |
| XYZ | 11.4 | 21.78 | 5.7 | - |
| YUV | 97.52 | 96.1 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 41 | 0.88 | 0 | 0.72 | 0.42 | 130.53 | 0.78 | 0.33 |
| Hex | 12 | 95 | 29 | 58 | 0 | 48 | 2A | 83 | 4E | 21 |
| Octal | 22 | 225 | 51 | 130 | 0 | 110 | 52 | 203 | 116 | 41 |
| Binary | 10010 | 10010101 | 101001 | 1011000 | 0 | 1001000 | 101010 | 10000011 | 1001110 | 100001 |
Color Harmonies of #129529
Complementary color
Monochromatic Colors of #129529
Black with #129529
Text Example
Text Example
White with #129529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129529; }
p { color: rgb(18,149,41); }
H1.HeaderClassName
{
color: #129529;
}
.AnyTagClassName
{
color: #129529;
}
</style>
background-color css
<style>
a { background-color: #129529; }
a { background-color: rgb(18,149,41); }
div.DivClassName
{
background-color: #129529;
}
.BgClassName
{
background-color: #129529;
}
</style>
border-color css
<style>
span { border-color: #129529; }
span { border-color: rgb(18,149,41); }
td.TdClassName
{
border-color: #129529;
}
.TagClassName
{
border-color: #129529;
}
</style>