Shades of Forest Green #128F2C
Tints of Forest Green #128F2C
RGB
CMYK
RGB Variations
Color information
#128F2C (or 0x128F2C) is known color: Forest Green. HEX triplet: 12, 8F and 2C. RGB value is (18,143,44). Sum of RGB (Red+Green+Blue) = 18+143+44=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 143 (56.25% from 255 or 69.76% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 143 - color contains mainly: green. Hex color #128F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128F2C is #ED70D3. Grayscale: #5E5E5E. Windows color (decimal): -15560916 or 2920210. OLE color: 2920210.
HSL color Cylindrical-coordinate representation of color #128F2C: hue angle of 132.48º 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 #128F2C is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 44 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.44 |
| HSL | 132.48º | 0.78% | 0.32% | - |
| HSV(B) | 132.48º | 0.87% | 0.56% | - |
| XYZ | 10.53 | 19.96 | 5.68 | - |
| YUV | 94.34 | 99.59 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 44 | 0.87 | 0 | 0.69 | 0.44 | 132.48 | 0.78 | 0.32 |
| Hex | 12 | 8F | 2C | 57 | 0 | 45 | 2C | 84 | 4E | 20 |
| Octal | 22 | 217 | 54 | 127 | 0 | 105 | 54 | 204 | 116 | 40 |
| Binary | 10010 | 10001111 | 101100 | 1010111 | 0 | 1000101 | 101100 | 10000100 | 1001110 | 100000 |
Color Harmonies of #128F2C
Complementary color
Monochromatic Colors of #128F2C
Black with #128F2C
Text Example
Text Example
White with #128F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F2C; }
p { color: rgb(18,143,44); }
H1.HeaderClassName
{
color: #128F2C;
}
.AnyTagClassName
{
color: #128F2C;
}
</style>
background-color css
<style>
a { background-color: #128F2C; }
a { background-color: rgb(18,143,44); }
div.DivClassName
{
background-color: #128F2C;
}
.BgClassName
{
background-color: #128F2C;
}
</style>
border-color css
<style>
span { border-color: #128F2C; }
span { border-color: rgb(18,143,44); }
td.TdClassName
{
border-color: #128F2C;
}
.TagClassName
{
border-color: #128F2C;
}
</style>