Shades of Forest Green #289525
Tints of Forest Green #289525
RGB
CMYK
RGB Variations
Color information
#289525 (or 0x289525) is known color: Forest Green. HEX triplet: 28, 95 and 25. RGB value is (40,149,37). Sum of RGB (Red+Green+Blue) = 40+149+37=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #289525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #289525 is #D76ADA. Grayscale: #676767. Windows color (decimal): -14117595 or 2463016. OLE color: 2463016.
HSL color Cylindrical-coordinate representation of color #289525: hue angle of 118.39º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289525 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 37 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.42 |
| HSL | 118.39º | 0.6% | 0.36% | - |
| HSV(B) | 118.39º | 0.75% | 0.58% | - |
| XYZ | 11.96 | 22.08 | 5.38 | - |
| YUV | 103.64 | 90.39 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 37 | 0.73 | 0 | 0.75 | 0.42 | 118.39 | 0.6 | 0.36 |
| Hex | 28 | 95 | 25 | 49 | 0 | 4B | 2A | 76 | 3C | 24 |
| Octal | 50 | 225 | 45 | 111 | 0 | 113 | 52 | 166 | 74 | 44 |
| Binary | 101000 | 10010101 | 100101 | 1001001 | 0 | 1001011 | 101010 | 1110110 | 111100 | 100100 |
Color Harmonies of #289525
Complementary color
Monochromatic Colors of #289525
Black with #289525
Text Example
Text Example
White with #289525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289525; }
p { color: rgb(40,149,37); }
H1.HeaderClassName
{
color: #289525;
}
.AnyTagClassName
{
color: #289525;
}
</style>
background-color css
<style>
a { background-color: #289525; }
a { background-color: rgb(40,149,37); }
div.DivClassName
{
background-color: #289525;
}
.BgClassName
{
background-color: #289525;
}
</style>
border-color css
<style>
span { border-color: #289525; }
span { border-color: rgb(40,149,37); }
td.TdClassName
{
border-color: #289525;
}
.TagClassName
{
border-color: #289525;
}
</style>