Shades of Forest Green #128C2D
Tints of Forest Green #128C2D
RGB
CMYK
RGB Variations
Color information
#128C2D (or 0x128C2D) is known color: Forest Green. HEX triplet: 12, 8C and 2D. RGB value is (18,140,45). Sum of RGB (Red+Green+Blue) = 18+140+45=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #128C2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128C2D is #ED73D2. Grayscale: #5C5C5C. Windows color (decimal): -15561683 or 2984978. OLE color: 2984978.
HSL color Cylindrical-coordinate representation of color #128C2D: hue angle of 133.28º 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 #128C2D is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 140 | 45 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.45 |
| HSL | 133.28º | 0.77% | 0.31% | - |
| HSV(B) | 133.28º | 0.87% | 0.55% | - |
| XYZ | 10.1 | 19.07 | 5.63 | - |
| YUV | 92.69 | 101.08 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 45 | 0.87 | 0 | 0.68 | 0.45 | 133.28 | 0.77 | 0.31 |
| Hex | 12 | 8C | 2D | 57 | 0 | 44 | 2D | 85 | 4D | 1F |
| Octal | 22 | 214 | 55 | 127 | 0 | 104 | 55 | 205 | 115 | 37 |
| Binary | 10010 | 10001100 | 101101 | 1010111 | 0 | 1000100 | 101101 | 10000101 | 1001101 | 11111 |
Color Harmonies of #128C2D
Complementary color
Monochromatic Colors of #128C2D
Black with #128C2D
Text Example
Text Example
White with #128C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C2D; }
p { color: rgb(18,140,45); }
H1.HeaderClassName
{
color: #128C2D;
}
.AnyTagClassName
{
color: #128C2D;
}
</style>
background-color css
<style>
a { background-color: #128C2D; }
a { background-color: rgb(18,140,45); }
div.DivClassName
{
background-color: #128C2D;
}
.BgClassName
{
background-color: #128C2D;
}
</style>
border-color css
<style>
span { border-color: #128C2D; }
span { border-color: rgb(18,140,45); }
td.TdClassName
{
border-color: #128C2D;
}
.TagClassName
{
border-color: #128C2D;
}
</style>