Shades of Forest Green #288E2F
Tints of Forest Green #288E2F
RGB
CMYK
RGB Variations
Color information
#288E2F (or 0x288E2F) is known color: Forest Green. HEX triplet: 28, 8E and 2F. RGB value is (40,142,47). Sum of RGB (Red+Green+Blue) = 40+142+47=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #288E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E2F is #D771D0. Grayscale: #646464. Windows color (decimal): -14119377 or 3116584. OLE color: 3116584.
HSL color Cylindrical-coordinate representation of color #288E2F: hue angle of 124.12º 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 #288E2F is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 47 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.44 |
| HSL | 124.12º | 0.56% | 0.36% | - |
| HSV(B) | 124.12º | 0.72% | 0.56% | - |
| XYZ | 11.06 | 20 | 5.97 | - |
| YUV | 100.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 47 | 0.72 | 0 | 0.67 | 0.44 | 124.12 | 0.56 | 0.36 |
| Hex | 28 | 8E | 2F | 48 | 0 | 43 | 2C | 7C | 38 | 24 |
| Octal | 50 | 216 | 57 | 110 | 0 | 103 | 54 | 174 | 70 | 44 |
| Binary | 101000 | 10001110 | 101111 | 1001000 | 0 | 1000011 | 101100 | 1111100 | 111000 | 100100 |
Color Harmonies of #288E2F
Complementary color
Monochromatic Colors of #288E2F
Black with #288E2F
Text Example
Text Example
White with #288E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E2F; }
p { color: rgb(40,142,47); }
H1.HeaderClassName
{
color: #288E2F;
}
.AnyTagClassName
{
color: #288E2F;
}
</style>
background-color css
<style>
a { background-color: #288E2F; }
a { background-color: rgb(40,142,47); }
div.DivClassName
{
background-color: #288E2F;
}
.BgClassName
{
background-color: #288E2F;
}
</style>
border-color css
<style>
span { border-color: #288E2F; }
span { border-color: rgb(40,142,47); }
td.TdClassName
{
border-color: #288E2F;
}
.TagClassName
{
border-color: #288E2F;
}
</style>