Shades of Forest Green #128D2D
Tints of Forest Green #128D2D
RGB
CMYK
RGB Variations
Color information
#128D2D (or 0x128D2D) is known color: Forest Green. HEX triplet: 12, 8D and 2D. RGB value is (18,141,45). Sum of RGB (Red+Green+Blue) = 18+141+45=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 141 (55.47% from 255 or 69.12% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 141 - color contains mainly: green. Hex color #128D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128D2D is #ED72D2. Grayscale: #5D5D5D. Windows color (decimal): -15561427 or 2985234. OLE color: 2985234.
HSL color Cylindrical-coordinate representation of color #128D2D: hue angle of 133.17º 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 #128D2D is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 141 | 45 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.45 |
| HSL | 133.17º | 0.77% | 0.31% | - |
| HSV(B) | 133.17º | 0.87% | 0.55% | - |
| XYZ | 10.25 | 19.37 | 5.68 | - |
| YUV | 93.28 | 100.75 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 45 | 0.87 | 0 | 0.68 | 0.45 | 133.17 | 0.77 | 0.31 |
| Hex | 12 | 8D | 2D | 57 | 0 | 44 | 2D | 85 | 4D | 1F |
| Octal | 22 | 215 | 55 | 127 | 0 | 104 | 55 | 205 | 115 | 37 |
| Binary | 10010 | 10001101 | 101101 | 1010111 | 0 | 1000100 | 101101 | 10000101 | 1001101 | 11111 |
Color Harmonies of #128D2D
Complementary color
Monochromatic Colors of #128D2D
Black with #128D2D
Text Example
Text Example
White with #128D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D2D; }
p { color: rgb(18,141,45); }
H1.HeaderClassName
{
color: #128D2D;
}
.AnyTagClassName
{
color: #128D2D;
}
</style>
background-color css
<style>
a { background-color: #128D2D; }
a { background-color: rgb(18,141,45); }
div.DivClassName
{
background-color: #128D2D;
}
.BgClassName
{
background-color: #128D2D;
}
</style>
border-color css
<style>
span { border-color: #128D2D; }
span { border-color: rgb(18,141,45); }
td.TdClassName
{
border-color: #128D2D;
}
.TagClassName
{
border-color: #128D2D;
}
</style>