Shades of Forest Green #129024
Tints of Forest Green #129024
RGB
CMYK
RGB Variations
Color information
#129024 (or 0x129024) is known color: Forest Green. HEX triplet: 12, 90 and 24. RGB value is (18,144,36). Sum of RGB (Red+Green+Blue) = 18+144+36=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #129024 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129024 is #ED6FDB. Grayscale: #5E5E5E. Windows color (decimal): -15560668 or 2396178. OLE color: 2396178.
HSL color Cylindrical-coordinate representation of color #129024: hue angle of 128.57º 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 #129024 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 36 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.44 |
| HSL | 128.57º | 0.78% | 0.32% | - |
| HSV(B) | 128.57º | 0.88% | 0.56% | - |
| XYZ | 10.54 | 20.2 | 5.01 | - |
| YUV | 94.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 36 | 0.88 | 0 | 0.75 | 0.44 | 128.57 | 0.78 | 0.32 |
| Hex | 12 | 90 | 24 | 58 | 0 | 4B | 2C | 81 | 4E | 20 |
| Octal | 22 | 220 | 44 | 130 | 0 | 113 | 54 | 201 | 116 | 40 |
| Binary | 10010 | 10010000 | 100100 | 1011000 | 0 | 1001011 | 101100 | 10000001 | 1001110 | 100000 |
Color Harmonies of #129024
Complementary color
Monochromatic Colors of #129024
Black with #129024
Text Example
Text Example
White with #129024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129024; }
p { color: rgb(18,144,36); }
H1.HeaderClassName
{
color: #129024;
}
.AnyTagClassName
{
color: #129024;
}
</style>
background-color css
<style>
a { background-color: #129024; }
a { background-color: rgb(18,144,36); }
div.DivClassName
{
background-color: #129024;
}
.BgClassName
{
background-color: #129024;
}
</style>
border-color css
<style>
span { border-color: #129024; }
span { border-color: rgb(18,144,36); }
td.TdClassName
{
border-color: #129024;
}
.TagClassName
{
border-color: #129024;
}
</style>