Shades of Forest Green #288F2F
Tints of Forest Green #288F2F
RGB
CMYK
RGB Variations
Color information
#288F2F (or 0x288F2F) is known color: Forest Green. HEX triplet: 28, 8F and 2F. RGB value is (40,143,47). Sum of RGB (Red+Green+Blue) = 40+143+47=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #288F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F2F is #D770D0. Grayscale: #656565. Windows color (decimal): -14119121 or 3116840. OLE color: 3116840.
HSL color Cylindrical-coordinate representation of color #288F2F: hue angle of 124.08º 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 #288F2F is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 47 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.44 |
| HSL | 124.08º | 0.56% | 0.36% | - |
| HSV(B) | 124.08º | 0.72% | 0.56% | - |
| XYZ | 11.21 | 20.3 | 6.02 | - |
| YUV | 101.26 | 97.38 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 47 | 0.72 | 0 | 0.67 | 0.44 | 124.08 | 0.56 | 0.36 |
| Hex | 28 | 8F | 2F | 48 | 0 | 43 | 2C | 7C | 38 | 24 |
| Octal | 50 | 217 | 57 | 110 | 0 | 103 | 54 | 174 | 70 | 44 |
| Binary | 101000 | 10001111 | 101111 | 1001000 | 0 | 1000011 | 101100 | 1111100 | 111000 | 100100 |
Color Harmonies of #288F2F
Complementary color
Monochromatic Colors of #288F2F
Black with #288F2F
Text Example
Text Example
White with #288F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F2F; }
p { color: rgb(40,143,47); }
H1.HeaderClassName
{
color: #288F2F;
}
.AnyTagClassName
{
color: #288F2F;
}
</style>
background-color css
<style>
a { background-color: #288F2F; }
a { background-color: rgb(40,143,47); }
div.DivClassName
{
background-color: #288F2F;
}
.BgClassName
{
background-color: #288F2F;
}
</style>
border-color css
<style>
span { border-color: #288F2F; }
span { border-color: rgb(40,143,47); }
td.TdClassName
{
border-color: #288F2F;
}
.TagClassName
{
border-color: #288F2F;
}
</style>