Shades of Forest Green #128F17
Tints of Forest Green #128F17
RGB
CMYK
RGB Variations
Color information
#128F17 (or 0x128F17) is known color: Forest Green. HEX triplet: 12, 8F and 17. RGB value is (18,143,23). Sum of RGB (Red+Green+Blue) = 18+143+23=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 143 (56.25% from 255 or 77.72% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 143 - color contains mainly: green. Hex color #128F17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128F17 is #ED70E8. Grayscale: #5C5C5C. Windows color (decimal): -15560937 or 1543954. OLE color: 1543954.
HSL color Cylindrical-coordinate representation of color #128F17: hue angle of 122.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F17 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 23 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.44 |
| HSL | 122.4º | 0.78% | 0.32% | - |
| HSV(B) | 122.4º | 0.87% | 0.56% | - |
| XYZ | 10.23 | 19.84 | 4.1 | - |
| YUV | 91.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 23 | 0.87 | 0 | 0.84 | 0.44 | 122.4 | 0.78 | 0.32 |
| Hex | 12 | 8F | 17 | 57 | 0 | 54 | 2C | 7A | 4E | 20 |
| Octal | 22 | 217 | 27 | 127 | 0 | 124 | 54 | 172 | 116 | 40 |
| Binary | 10010 | 10001111 | 10111 | 1010111 | 0 | 1010100 | 101100 | 1111010 | 1001110 | 100000 |
Color Harmonies of #128F17
Complementary color
Monochromatic Colors of #128F17
Black with #128F17
Text Example
Text Example
White with #128F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F17; }
p { color: rgb(18,143,23); }
H1.HeaderClassName
{
color: #128F17;
}
.AnyTagClassName
{
color: #128F17;
}
</style>
background-color css
<style>
a { background-color: #128F17; }
a { background-color: rgb(18,143,23); }
div.DivClassName
{
background-color: #128F17;
}
.BgClassName
{
background-color: #128F17;
}
</style>
border-color css
<style>
span { border-color: #128F17; }
span { border-color: rgb(18,143,23); }
td.TdClassName
{
border-color: #128F17;
}
.TagClassName
{
border-color: #128F17;
}
</style>