Shades of Forest Green #129A2D
Tints of Forest Green #129A2D
RGB
CMYK
RGB Variations
Color information
#129A2D (or 0x129A2D) is known color: Forest Green. HEX triplet: 12, 9A and 2D. RGB value is (18,154,45). Sum of RGB (Red+Green+Blue) = 18+154+45=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 154 (60.55% from 255 or 70.97% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 154 - color contains mainly: green. Hex color #129A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A2D is #ED65D2. Grayscale: #656565. Windows color (decimal): -15558099 or 2988562. OLE color: 2988562.
HSL color Cylindrical-coordinate representation of color #129A2D: hue angle of 131.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A2D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 154 | 45 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.40 |
| HSL | 131.91º | 0.79% | 0.34% | - |
| HSV(B) | 131.91º | 0.88% | 0.6% | - |
| XYZ | 12.28 | 23.43 | 6.36 | - |
| YUV | 100.91 | 96.44 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 45 | 0.88 | 0 | 0.71 | 0.40 | 131.91 | 0.79 | 0.34 |
| Hex | 12 | 9A | 2D | 58 | 0 | 47 | 28 | 84 | 4F | 22 |
| Octal | 22 | 232 | 55 | 130 | 0 | 107 | 50 | 204 | 117 | 42 |
| Binary | 10010 | 10011010 | 101101 | 1011000 | 0 | 1000111 | 101000 | 10000100 | 1001111 | 100010 |
Color Harmonies of #129A2D
Complementary color
Monochromatic Colors of #129A2D
Black with #129A2D
Text Example
Text Example
White with #129A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129A2D; }
p { color: rgb(18,154,45); }
H1.HeaderClassName
{
color: #129A2D;
}
.AnyTagClassName
{
color: #129A2D;
}
</style>
background-color css
<style>
a { background-color: #129A2D; }
a { background-color: rgb(18,154,45); }
div.DivClassName
{
background-color: #129A2D;
}
.BgClassName
{
background-color: #129A2D;
}
</style>
border-color css
<style>
span { border-color: #129A2D; }
span { border-color: rgb(18,154,45); }
td.TdClassName
{
border-color: #129A2D;
}
.TagClassName
{
border-color: #129A2D;
}
</style>