Shades of Forest Green #289120
Tints of Forest Green #289120
RGB
CMYK
RGB Variations
Color information
#289120 (or 0x289120) is known color: Forest Green. HEX triplet: 28, 91 and 20. RGB value is (40,145,32). Sum of RGB (Red+Green+Blue) = 40+145+32=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #289120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #289120 is #D76EDF. Grayscale: #656565. Windows color (decimal): -14118624 or 2134312. OLE color: 2134312.
HSL color Cylindrical-coordinate representation of color #289120: hue angle of 115.75º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #289120 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 32 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.43 |
| HSL | 115.75º | 0.64% | 0.35% | - |
| HSV(B) | 115.75º | 0.78% | 0.57% | - |
| XYZ | 11.26 | 20.81 | 4.79 | - |
| YUV | 100.72 | 89.21 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 32 | 0.72 | 0 | 0.78 | 0.43 | 115.75 | 0.64 | 0.35 |
| Hex | 28 | 91 | 20 | 48 | 0 | 4E | 2B | 74 | 40 | 23 |
| Octal | 50 | 221 | 40 | 110 | 0 | 116 | 53 | 164 | 100 | 43 |
| Binary | 101000 | 10010001 | 100000 | 1001000 | 0 | 1001110 | 101011 | 1110100 | 1000000 | 100011 |
Color Harmonies of #289120
Complementary color
Monochromatic Colors of #289120
Black with #289120
Text Example
Text Example
White with #289120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289120; }
p { color: rgb(40,145,32); }
H1.HeaderClassName
{
color: #289120;
}
.AnyTagClassName
{
color: #289120;
}
</style>
background-color css
<style>
a { background-color: #289120; }
a { background-color: rgb(40,145,32); }
div.DivClassName
{
background-color: #289120;
}
.BgClassName
{
background-color: #289120;
}
</style>
border-color css
<style>
span { border-color: #289120; }
span { border-color: rgb(40,145,32); }
td.TdClassName
{
border-color: #289120;
}
.TagClassName
{
border-color: #289120;
}
</style>