Shades of Forest Green #288F32
Tints of Forest Green #288F32
RGB
CMYK
RGB Variations
Color information
#288F32 (or 0x288F32) is known color: Forest Green. HEX triplet: 28, 8F and 32. RGB value is (40,143,50). Sum of RGB (Red+Green+Blue) = 40+143+50=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 143 (56.25% from 255 or 61.37% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 143 - color contains mainly: green. Hex color #288F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F32 is #D770CD. Grayscale: #656565. Windows color (decimal): -14119118 or 3313448. OLE color: 3313448.
HSL color Cylindrical-coordinate representation of color #288F32: hue angle of 125.83º 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 #288F32 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 50 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.44 |
| HSL | 125.83º | 0.56% | 0.36% | - |
| HSV(B) | 125.83º | 0.72% | 0.56% | - |
| XYZ | 11.27 | 20.33 | 6.35 | - |
| YUV | 101.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 50 | 0.72 | 0 | 0.65 | 0.44 | 125.83 | 0.56 | 0.36 |
| Hex | 28 | 8F | 32 | 48 | 0 | 41 | 2C | 7E | 38 | 24 |
| Octal | 50 | 217 | 62 | 110 | 0 | 101 | 54 | 176 | 70 | 44 |
| Binary | 101000 | 10001111 | 110010 | 1001000 | 0 | 1000001 | 101100 | 1111110 | 111000 | 100100 |
Color Harmonies of #288F32
Complementary color
Monochromatic Colors of #288F32
Black with #288F32
Text Example
Text Example
White with #288F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F32; }
p { color: rgb(40,143,50); }
H1.HeaderClassName
{
color: #288F32;
}
.AnyTagClassName
{
color: #288F32;
}
</style>
background-color css
<style>
a { background-color: #288F32; }
a { background-color: rgb(40,143,50); }
div.DivClassName
{
background-color: #288F32;
}
.BgClassName
{
background-color: #288F32;
}
</style>
border-color css
<style>
span { border-color: #288F32; }
span { border-color: rgb(40,143,50); }
td.TdClassName
{
border-color: #288F32;
}
.TagClassName
{
border-color: #288F32;
}
</style>