Shades of Forest Green #288F38
Tints of Forest Green #288F38
RGB
CMYK
RGB Variations
Color information
#288F38 (or 0x288F38) is known color: Forest Green. HEX triplet: 28, 8F and 38. RGB value is (40,143,56). Sum of RGB (Red+Green+Blue) = 40+143+56=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 143 (56.25% from 255 or 59.83% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 143 - color contains mainly: green. Hex color #288F38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F38 is #D770C7. Grayscale: #666666. Windows color (decimal): -14119112 or 3706664. OLE color: 3706664.
HSL color Cylindrical-coordinate representation of color #288F38: hue angle of 129.32º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F38 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 56 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.44 |
| HSL | 129.32º | 0.56% | 0.36% | - |
| HSV(B) | 129.32º | 0.72% | 0.56% | - |
| XYZ | 11.41 | 20.38 | 7.07 | - |
| YUV | 102.29 | 101.88 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 56 | 0.72 | 0 | 0.61 | 0.44 | 129.32 | 0.56 | 0.36 |
| Hex | 28 | 8F | 38 | 48 | 0 | 3D | 2C | 81 | 38 | 24 |
| Octal | 50 | 217 | 70 | 110 | 0 | 75 | 54 | 201 | 70 | 44 |
| Binary | 101000 | 10001111 | 111000 | 1001000 | 0 | 111101 | 101100 | 10000001 | 111000 | 100100 |
Color Harmonies of #288F38
Complementary color
Monochromatic Colors of #288F38
Black with #288F38
Text Example
Text Example
White with #288F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F38; }
p { color: rgb(40,143,56); }
H1.HeaderClassName
{
color: #288F38;
}
.AnyTagClassName
{
color: #288F38;
}
</style>
background-color css
<style>
a { background-color: #288F38; }
a { background-color: rgb(40,143,56); }
div.DivClassName
{
background-color: #288F38;
}
.BgClassName
{
background-color: #288F38;
}
</style>
border-color css
<style>
span { border-color: #288F38; }
span { border-color: rgb(40,143,56); }
td.TdClassName
{
border-color: #288F38;
}
.TagClassName
{
border-color: #288F38;
}
</style>