Shades of Forest Green #289100
Tints of Forest Green #289100
RGB
CMYK
RGB Variations
Color information
#289100 (or 0x289100) is known color: Forest Green. HEX triplet: 28, 91 and 00. RGB value is (40,145,0). Sum of RGB (Red+Green+Blue) = 40+145+0=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 145 (57.03% from 255 or 78.38% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 145 - color contains mainly: green. Hex color #289100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #289100 is #D76EFF. Grayscale: #616161. Windows color (decimal): -14118656 or 37160. OLE color: 37160.
HSL color Cylindrical-coordinate representation of color #289100: hue angle of 103.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #289100 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.43 |
| HSL | 103.45º | 1% | 0.28% | - |
| HSV(B) | 103.45º | 1% | 0.57% | - |
| XYZ | 11 | 20.7 | 3.42 | - |
| YUV | 97.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 0 | 0.72 | 0 | 1 | 0.43 | 103.45 | 1 | 0.28 |
| Hex | 28 | 91 | 0 | 48 | 0 | 64 | 2B | 67 | 64 | 1C |
| Octal | 50 | 221 | 0 | 110 | 0 | 144 | 53 | 147 | 144 | 34 |
| Binary | 101000 | 10010001 | 0 | 1001000 | 0 | 1100100 | 101011 | 1100111 | 1100100 | 11100 |
Color Harmonies of #289100
Complementary color
Monochromatic Colors of #289100
Black with #289100
Text Example
Text Example
White with #289100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289100; }
p { color: rgb(40,145,0); }
H1.HeaderClassName
{
color: #289100;
}
.AnyTagClassName
{
color: #289100;
}
</style>
background-color css
<style>
a { background-color: #289100; }
a { background-color: rgb(40,145,0); }
div.DivClassName
{
background-color: #289100;
}
.BgClassName
{
background-color: #289100;
}
</style>
border-color css
<style>
span { border-color: #289100; }
span { border-color: rgb(40,145,0); }
td.TdClassName
{
border-color: #289100;
}
.TagClassName
{
border-color: #289100;
}
</style>