Shades of Forest Green #129026
Tints of Forest Green #129026
RGB
CMYK
RGB Variations
Color information
#129026 (or 0x129026) is known color: Forest Green. HEX triplet: 12, 90 and 26. RGB value is (18,144,38). Sum of RGB (Red+Green+Blue) = 18+144+38=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #129026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129026 is #ED6FD9. Grayscale: #5E5E5E. Windows color (decimal): -15560666 or 2527250. OLE color: 2527250.
HSL color Cylindrical-coordinate representation of color #129026: hue angle of 129.52º 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 #129026 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 38 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.44 |
| HSL | 129.52º | 0.78% | 0.32% | - |
| HSV(B) | 129.52º | 0.88% | 0.56% | - |
| XYZ | 10.57 | 20.22 | 5.18 | - |
| YUV | 94.24 | 96.26 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 38 | 0.88 | 0 | 0.74 | 0.44 | 129.52 | 0.78 | 0.32 |
| Hex | 12 | 90 | 26 | 58 | 0 | 4A | 2C | 82 | 4E | 20 |
| Octal | 22 | 220 | 46 | 130 | 0 | 112 | 54 | 202 | 116 | 40 |
| Binary | 10010 | 10010000 | 100110 | 1011000 | 0 | 1001010 | 101100 | 10000010 | 1001110 | 100000 |
Color Harmonies of #129026
Complementary color
Monochromatic Colors of #129026
Black with #129026
Text Example
Text Example
White with #129026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129026; }
p { color: rgb(18,144,38); }
H1.HeaderClassName
{
color: #129026;
}
.AnyTagClassName
{
color: #129026;
}
</style>
background-color css
<style>
a { background-color: #129026; }
a { background-color: rgb(18,144,38); }
div.DivClassName
{
background-color: #129026;
}
.BgClassName
{
background-color: #129026;
}
</style>
border-color css
<style>
span { border-color: #129026; }
span { border-color: rgb(18,144,38); }
td.TdClassName
{
border-color: #129026;
}
.TagClassName
{
border-color: #129026;
}
</style>