Shades of Forest Green #289126
Tints of Forest Green #289126
RGB
CMYK
RGB Variations
Color information
#289126 (or 0x289126) is known color: Forest Green. HEX triplet: 28, 91 and 26. RGB value is (40,145,38). Sum of RGB (Red+Green+Blue) = 40+145+38=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 145 (57.03% from 255 or 65.02% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 145 - color contains mainly: green. Hex color #289126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #289126 is #D76ED9. Grayscale: #656565. Windows color (decimal): -14118618 or 2527528. OLE color: 2527528.
HSL color Cylindrical-coordinate representation of color #289126: hue angle of 118.88º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289126 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 38 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.43 |
| HSL | 118.88º | 0.58% | 0.36% | - |
| HSV(B) | 118.88º | 0.74% | 0.57% | - |
| XYZ | 11.35 | 20.84 | 5.26 | - |
| YUV | 101.41 | 92.21 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 38 | 0.72 | 0 | 0.74 | 0.43 | 118.88 | 0.58 | 0.36 |
| Hex | 28 | 91 | 26 | 48 | 0 | 4A | 2B | 77 | 3A | 24 |
| Octal | 50 | 221 | 46 | 110 | 0 | 112 | 53 | 167 | 72 | 44 |
| Binary | 101000 | 10010001 | 100110 | 1001000 | 0 | 1001010 | 101011 | 1110111 | 111010 | 100100 |
Color Harmonies of #289126
Complementary color
Monochromatic Colors of #289126
Black with #289126
Text Example
Text Example
White with #289126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289126; }
p { color: rgb(40,145,38); }
H1.HeaderClassName
{
color: #289126;
}
.AnyTagClassName
{
color: #289126;
}
</style>
background-color css
<style>
a { background-color: #289126; }
a { background-color: rgb(40,145,38); }
div.DivClassName
{
background-color: #289126;
}
.BgClassName
{
background-color: #289126;
}
</style>
border-color css
<style>
span { border-color: #289126; }
span { border-color: rgb(40,145,38); }
td.TdClassName
{
border-color: #289126;
}
.TagClassName
{
border-color: #289126;
}
</style>