Shades of Forest Green #288F31
Tints of Forest Green #288F31
RGB
CMYK
RGB Variations
Color information
#288F31 (or 0x288F31) is known color: Forest Green. HEX triplet: 28, 8F and 31. RGB value is (40,143,49). Sum of RGB (Red+Green+Blue) = 40+143+49=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #288F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F31 is #D770CE. Grayscale: #656565. Windows color (decimal): -14119119 or 3247912. OLE color: 3247912.
HSL color Cylindrical-coordinate representation of color #288F31: hue angle of 125.24º 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 #288F31 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 49 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.44 |
| HSL | 125.24º | 0.56% | 0.36% | - |
| HSV(B) | 125.24º | 0.72% | 0.56% | - |
| XYZ | 11.25 | 20.32 | 6.23 | - |
| YUV | 101.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 49 | 0.72 | 0 | 0.66 | 0.44 | 125.24 | 0.56 | 0.36 |
| Hex | 28 | 8F | 31 | 48 | 0 | 42 | 2C | 7D | 38 | 24 |
| Octal | 50 | 217 | 61 | 110 | 0 | 102 | 54 | 175 | 70 | 44 |
| Binary | 101000 | 10001111 | 110001 | 1001000 | 0 | 1000010 | 101100 | 1111101 | 111000 | 100100 |
Color Harmonies of #288F31
Complementary color
Monochromatic Colors of #288F31
Black with #288F31
Text Example
Text Example
White with #288F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F31; }
p { color: rgb(40,143,49); }
H1.HeaderClassName
{
color: #288F31;
}
.AnyTagClassName
{
color: #288F31;
}
</style>
background-color css
<style>
a { background-color: #288F31; }
a { background-color: rgb(40,143,49); }
div.DivClassName
{
background-color: #288F31;
}
.BgClassName
{
background-color: #288F31;
}
</style>
border-color css
<style>
span { border-color: #288F31; }
span { border-color: rgb(40,143,49); }
td.TdClassName
{
border-color: #288F31;
}
.TagClassName
{
border-color: #288F31;
}
</style>