Shades of Forest Green #289220
Tints of Forest Green #289220
RGB
CMYK
RGB Variations
Color information
#289220 (or 0x289220) is known color: Forest Green. HEX triplet: 28, 92 and 20. RGB value is (40,146,32). Sum of RGB (Red+Green+Blue) = 40+146+32=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 146 (57.42% from 255 or 66.97% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 146 - color contains mainly: green. Hex color #289220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #289220 is #D76DDF. Grayscale: #656565. Windows color (decimal): -14118368 or 2134568. OLE color: 2134568.
HSL color Cylindrical-coordinate representation of color #289220: hue angle of 115.79º 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 #289220 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 32 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.43 |
| HSL | 115.79º | 0.64% | 0.35% | - |
| HSV(B) | 115.79º | 0.78% | 0.57% | - |
| XYZ | 11.41 | 21.11 | 4.84 | - |
| YUV | 101.31 | 88.88 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 32 | 0.73 | 0 | 0.78 | 0.43 | 115.79 | 0.64 | 0.35 |
| Hex | 28 | 92 | 20 | 49 | 0 | 4E | 2B | 74 | 40 | 23 |
| Octal | 50 | 222 | 40 | 111 | 0 | 116 | 53 | 164 | 100 | 43 |
| Binary | 101000 | 10010010 | 100000 | 1001001 | 0 | 1001110 | 101011 | 1110100 | 1000000 | 100011 |
Color Harmonies of #289220
Complementary color
Monochromatic Colors of #289220
Black with #289220
Text Example
Text Example
White with #289220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289220; }
p { color: rgb(40,146,32); }
H1.HeaderClassName
{
color: #289220;
}
.AnyTagClassName
{
color: #289220;
}
</style>
background-color css
<style>
a { background-color: #289220; }
a { background-color: rgb(40,146,32); }
div.DivClassName
{
background-color: #289220;
}
.BgClassName
{
background-color: #289220;
}
</style>
border-color css
<style>
span { border-color: #289220; }
span { border-color: rgb(40,146,32); }
td.TdClassName
{
border-color: #289220;
}
.TagClassName
{
border-color: #289220;
}
</style>