Shades of Forest Green #129C2D
Tints of Forest Green #129C2D
RGB
CMYK
RGB Variations
Color information
#129C2D (or 0x129C2D) is known color: Forest Green. HEX triplet: 12, 9C and 2D. RGB value is (18,156,45). Sum of RGB (Red+Green+Blue) = 18+156+45=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 156 (61.33% from 255 or 71.23% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 156 - color contains mainly: green. Hex color #129C2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C2D is #ED63D2. Grayscale: #666666. Windows color (decimal): -15557587 or 2989074. OLE color: 2989074.
HSL color Cylindrical-coordinate representation of color #129C2D: hue angle of 131.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C2D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 45 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.39 |
| HSL | 131.74º | 0.79% | 0.34% | - |
| HSV(B) | 131.74º | 0.88% | 0.61% | - |
| XYZ | 12.61 | 24.1 | 6.47 | - |
| YUV | 102.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 45 | 0.88 | 0 | 0.71 | 0.39 | 131.74 | 0.79 | 0.34 |
| Hex | 12 | 9C | 2D | 58 | 0 | 47 | 27 | 84 | 4F | 22 |
| Octal | 22 | 234 | 55 | 130 | 0 | 107 | 47 | 204 | 117 | 42 |
| Binary | 10010 | 10011100 | 101101 | 1011000 | 0 | 1000111 | 100111 | 10000100 | 1001111 | 100010 |
Color Harmonies of #129C2D
Complementary color
Monochromatic Colors of #129C2D
Black with #129C2D
Text Example
Text Example
White with #129C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C2D; }
p { color: rgb(18,156,45); }
H1.HeaderClassName
{
color: #129C2D;
}
.AnyTagClassName
{
color: #129C2D;
}
</style>
background-color css
<style>
a { background-color: #129C2D; }
a { background-color: rgb(18,156,45); }
div.DivClassName
{
background-color: #129C2D;
}
.BgClassName
{
background-color: #129C2D;
}
</style>
border-color css
<style>
span { border-color: #129C2D; }
span { border-color: rgb(18,156,45); }
td.TdClassName
{
border-color: #129C2D;
}
.TagClassName
{
border-color: #129C2D;
}
</style>