Shades of Forest Green #288D2F
Tints of Forest Green #288D2F
RGB
CMYK
RGB Variations
Color information
#288D2F (or 0x288D2F) is known color: Forest Green. HEX triplet: 28, 8D and 2F. RGB value is (40,141,47). Sum of RGB (Red+Green+Blue) = 40+141+47=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 141 (55.47% from 255 or 61.84% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 141 - color contains mainly: green. Hex color #288D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D2F is #D772D0. Grayscale: #646464. Windows color (decimal): -14119633 or 3116328. OLE color: 3116328.
HSL color Cylindrical-coordinate representation of color #288D2F: hue angle of 124.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D2F is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 47 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.45 |
| HSL | 124.16º | 0.56% | 0.35% | - |
| HSV(B) | 124.16º | 0.72% | 0.55% | - |
| XYZ | 10.91 | 19.71 | 5.92 | - |
| YUV | 100.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 47 | 0.72 | 0 | 0.67 | 0.45 | 124.16 | 0.56 | 0.35 |
| Hex | 28 | 8D | 2F | 48 | 0 | 43 | 2D | 7C | 38 | 23 |
| Octal | 50 | 215 | 57 | 110 | 0 | 103 | 55 | 174 | 70 | 43 |
| Binary | 101000 | 10001101 | 101111 | 1001000 | 0 | 1000011 | 101101 | 1111100 | 111000 | 100011 |
Color Harmonies of #288D2F
Complementary color
Monochromatic Colors of #288D2F
Black with #288D2F
Text Example
Text Example
White with #288D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D2F; }
p { color: rgb(40,141,47); }
H1.HeaderClassName
{
color: #288D2F;
}
.AnyTagClassName
{
color: #288D2F;
}
</style>
background-color css
<style>
a { background-color: #288D2F; }
a { background-color: rgb(40,141,47); }
div.DivClassName
{
background-color: #288D2F;
}
.BgClassName
{
background-color: #288D2F;
}
</style>
border-color css
<style>
span { border-color: #288D2F; }
span { border-color: rgb(40,141,47); }
td.TdClassName
{
border-color: #288D2F;
}
.TagClassName
{
border-color: #288D2F;
}
</style>