Shades of Forest Green #128B2C
Tints of Forest Green #128B2C
RGB
CMYK
RGB Variations
Color information
#128B2C (or 0x128B2C) is known color: Forest Green. HEX triplet: 12, 8B and 2C. RGB value is (18,139,44). Sum of RGB (Red+Green+Blue) = 18+139+44=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #128B2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128B2C is #ED74D3. Grayscale: #5C5C5C. Windows color (decimal): -15561940 or 2919186. OLE color: 2919186.
HSL color Cylindrical-coordinate representation of color #128B2C: hue angle of 132.89º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128B2C is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 44 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.45 |
| HSL | 132.89º | 0.77% | 0.31% | - |
| HSV(B) | 132.89º | 0.87% | 0.55% | - |
| XYZ | 9.94 | 18.78 | 5.48 | - |
| YUV | 91.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 44 | 0.87 | 0 | 0.68 | 0.45 | 132.89 | 0.77 | 0.31 |
| Hex | 12 | 8B | 2C | 57 | 0 | 44 | 2D | 85 | 4D | 1F |
| Octal | 22 | 213 | 54 | 127 | 0 | 104 | 55 | 205 | 115 | 37 |
| Binary | 10010 | 10001011 | 101100 | 1010111 | 0 | 1000100 | 101101 | 10000101 | 1001101 | 11111 |
Color Harmonies of #128B2C
Complementary color
Monochromatic Colors of #128B2C
Black with #128B2C
Text Example
Text Example
White with #128B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B2C; }
p { color: rgb(18,139,44); }
H1.HeaderClassName
{
color: #128B2C;
}
.AnyTagClassName
{
color: #128B2C;
}
</style>
background-color css
<style>
a { background-color: #128B2C; }
a { background-color: rgb(18,139,44); }
div.DivClassName
{
background-color: #128B2C;
}
.BgClassName
{
background-color: #128B2C;
}
</style>
border-color css
<style>
span { border-color: #128B2C; }
span { border-color: rgb(18,139,44); }
td.TdClassName
{
border-color: #128B2C;
}
.TagClassName
{
border-color: #128B2C;
}
</style>