Shades of Forest Green #129C17
Tints of Forest Green #129C17
RGB
CMYK
RGB Variations
Color information
#129C17 (or 0x129C17) is known color: Forest Green. HEX triplet: 12, 9C and 17. RGB value is (18,156,23). Sum of RGB (Red+Green+Blue) = 18+156+23=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 156 (61.33% from 255 or 79.19% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 156 - color contains mainly: green. Hex color #129C17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129C17 is #ED63E8. Grayscale: #636363. Windows color (decimal): -15557609 or 1547282. OLE color: 1547282.
HSL color Cylindrical-coordinate representation of color #129C17: hue angle of 122.17º 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 #129C17 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 23 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.39 |
| HSL | 122.17º | 0.79% | 0.34% | - |
| HSV(B) | 122.17º | 0.88% | 0.61% | - |
| XYZ | 12.29 | 23.97 | 4.79 | - |
| YUV | 99.58 | 84.78 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 23 | 0.88 | 0 | 0.85 | 0.39 | 122.17 | 0.79 | 0.34 |
| Hex | 12 | 9C | 17 | 58 | 0 | 55 | 27 | 7A | 4F | 22 |
| Octal | 22 | 234 | 27 | 130 | 0 | 125 | 47 | 172 | 117 | 42 |
| Binary | 10010 | 10011100 | 10111 | 1011000 | 0 | 1010101 | 100111 | 1111010 | 1001111 | 100010 |
Color Harmonies of #129C17
Complementary color
Monochromatic Colors of #129C17
Black with #129C17
Text Example
Text Example
White with #129C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C17; }
p { color: rgb(18,156,23); }
H1.HeaderClassName
{
color: #129C17;
}
.AnyTagClassName
{
color: #129C17;
}
</style>
background-color css
<style>
a { background-color: #129C17; }
a { background-color: rgb(18,156,23); }
div.DivClassName
{
background-color: #129C17;
}
.BgClassName
{
background-color: #129C17;
}
</style>
border-color css
<style>
span { border-color: #129C17; }
span { border-color: rgb(18,156,23); }
td.TdClassName
{
border-color: #129C17;
}
.TagClassName
{
border-color: #129C17;
}
</style>