Shades of Forest Green #129B17
Tints of Forest Green #129B17
RGB
CMYK
RGB Variations
Color information
#129B17 (or 0x129B17) is known color: Forest Green. HEX triplet: 12, 9B and 17. RGB value is (18,155,23). Sum of RGB (Red+Green+Blue) = 18+155+23=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 155 (60.94% from 255 or 79.08% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 155 - color contains mainly: green. Hex color #129B17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129B17 is #ED64E8. Grayscale: #636363. Windows color (decimal): -15557865 or 1547026. OLE color: 1547026.
HSL color Cylindrical-coordinate representation of color #129B17: hue angle of 122.19º 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 #129B17 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 155 | 23 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.39 |
| HSL | 122.19º | 0.79% | 0.34% | - |
| HSV(B) | 122.19º | 0.88% | 0.61% | - |
| XYZ | 12.13 | 23.63 | 4.73 | - |
| YUV | 98.99 | 85.11 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 23 | 0.88 | 0 | 0.85 | 0.39 | 122.19 | 0.79 | 0.34 |
| Hex | 12 | 9B | 17 | 58 | 0 | 55 | 27 | 7A | 4F | 22 |
| Octal | 22 | 233 | 27 | 130 | 0 | 125 | 47 | 172 | 117 | 42 |
| Binary | 10010 | 10011011 | 10111 | 1011000 | 0 | 1010101 | 100111 | 1111010 | 1001111 | 100010 |
Color Harmonies of #129B17
Complementary color
Monochromatic Colors of #129B17
Black with #129B17
Text Example
Text Example
White with #129B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129B17; }
p { color: rgb(18,155,23); }
H1.HeaderClassName
{
color: #129B17;
}
.AnyTagClassName
{
color: #129B17;
}
</style>
background-color css
<style>
a { background-color: #129B17; }
a { background-color: rgb(18,155,23); }
div.DivClassName
{
background-color: #129B17;
}
.BgClassName
{
background-color: #129B17;
}
</style>
border-color css
<style>
span { border-color: #129B17; }
span { border-color: rgb(18,155,23); }
td.TdClassName
{
border-color: #129B17;
}
.TagClassName
{
border-color: #129B17;
}
</style>