Shades of Forest Green #129E28
Tints of Forest Green #129E28
RGB
CMYK
RGB Variations
Color information
#129E28 (or 0x129E28) is known color: Forest Green. HEX triplet: 12, 9E and 28. RGB value is (18,158,40). Sum of RGB (Red+Green+Blue) = 18+158+40=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 158 (62.11% from 255 or 73.15% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 158 - color contains mainly: green. Hex color #129E28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E28 is #ED61D7. Grayscale: #676767. Windows color (decimal): -15557080 or 2661906. OLE color: 2661906.
HSL color Cylindrical-coordinate representation of color #129E28: hue angle of 129.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E28 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 40 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.38 |
| HSL | 129.43º | 0.8% | 0.35% | - |
| HSV(B) | 129.43º | 0.89% | 0.62% | - |
| XYZ | 12.86 | 24.74 | 6.1 | - |
| YUV | 102.69 | 92.62 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 40 | 0.89 | 0 | 0.75 | 0.38 | 129.43 | 0.8 | 0.35 |
| Hex | 12 | 9E | 28 | 59 | 0 | 4B | 26 | 81 | 50 | 23 |
| Octal | 22 | 236 | 50 | 131 | 0 | 113 | 46 | 201 | 120 | 43 |
| Binary | 10010 | 10011110 | 101000 | 1011001 | 0 | 1001011 | 100110 | 10000001 | 1010000 | 100011 |
Color Harmonies of #129E28
Complementary color
Monochromatic Colors of #129E28
Black with #129E28
Text Example
Text Example
White with #129E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E28; }
p { color: rgb(18,158,40); }
H1.HeaderClassName
{
color: #129E28;
}
.AnyTagClassName
{
color: #129E28;
}
</style>
background-color css
<style>
a { background-color: #129E28; }
a { background-color: rgb(18,158,40); }
div.DivClassName
{
background-color: #129E28;
}
.BgClassName
{
background-color: #129E28;
}
</style>
border-color css
<style>
span { border-color: #129E28; }
span { border-color: rgb(18,158,40); }
td.TdClassName
{
border-color: #129E28;
}
.TagClassName
{
border-color: #129E28;
}
</style>