Shades of Forest Green #288F25
Tints of Forest Green #288F25
RGB
CMYK
RGB Variations
Color information
#288F25 (or 0x288F25) is known color: Forest Green. HEX triplet: 28, 8F and 25. RGB value is (40,143,37). Sum of RGB (Red+Green+Blue) = 40+143+37=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 143 (56.25% from 255 or 65% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 143 - color contains mainly: green. Hex color #288F25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F25 is #D770DA. Grayscale: #646464. Windows color (decimal): -14119131 or 2461480. OLE color: 2461480.
HSL color Cylindrical-coordinate representation of color #288F25: hue angle of 118.3º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288F25 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 37 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.44 |
| HSL | 118.3º | 0.59% | 0.35% | - |
| HSV(B) | 118.3º | 0.74% | 0.56% | - |
| XYZ | 11.03 | 20.23 | 5.07 | - |
| YUV | 100.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 37 | 0.72 | 0 | 0.74 | 0.44 | 118.3 | 0.59 | 0.35 |
| Hex | 28 | 8F | 25 | 48 | 0 | 4A | 2C | 76 | 3B | 23 |
| Octal | 50 | 217 | 45 | 110 | 0 | 112 | 54 | 166 | 73 | 43 |
| Binary | 101000 | 10001111 | 100101 | 1001000 | 0 | 1001010 | 101100 | 1110110 | 111011 | 100011 |
Color Harmonies of #288F25
Complementary color
Monochromatic Colors of #288F25
Black with #288F25
Text Example
Text Example
White with #288F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F25; }
p { color: rgb(40,143,37); }
H1.HeaderClassName
{
color: #288F25;
}
.AnyTagClassName
{
color: #288F25;
}
</style>
background-color css
<style>
a { background-color: #288F25; }
a { background-color: rgb(40,143,37); }
div.DivClassName
{
background-color: #288F25;
}
.BgClassName
{
background-color: #288F25;
}
</style>
border-color css
<style>
span { border-color: #288F25; }
span { border-color: rgb(40,143,37); }
td.TdClassName
{
border-color: #288F25;
}
.TagClassName
{
border-color: #288F25;
}
</style>