Shades of Forest Green #288715
Tints of Forest Green #288715
RGB
CMYK
RGB Variations
Color information
#288715 (or 0x288715) is known color: Forest Green. HEX triplet: 28, 87 and 15. RGB value is (40,135,21). Sum of RGB (Red+Green+Blue) = 40+135+21=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 135 (53.12% from 255 or 68.88% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 135 - color contains mainly: green. Hex color #288715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288715 is #D778EA. Grayscale: #5D5D5D. Windows color (decimal): -14121195 or 1410856. OLE color: 1410856.
HSL color Cylindrical-coordinate representation of color #288715: hue angle of 110º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288715 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 21 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.47 |
| HSL | 110º | 0.73% | 0.31% | - |
| HSV(B) | 110º | 0.84% | 0.53% | - |
| XYZ | 9.67 | 17.83 | 3.64 | - |
| YUV | 93.6 | 87.03 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 21 | 0.70 | 0 | 0.84 | 0.47 | 110 | 0.73 | 0.31 |
| Hex | 28 | 87 | 15 | 46 | 0 | 54 | 2F | 6E | 49 | 1F |
| Octal | 50 | 207 | 25 | 106 | 0 | 124 | 57 | 156 | 111 | 37 |
| Binary | 101000 | 10000111 | 10101 | 1000110 | 0 | 1010100 | 101111 | 1101110 | 1001001 | 11111 |
Color Harmonies of #288715
Complementary color
Monochromatic Colors of #288715
Black with #288715
Text Example
Text Example
White with #288715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288715; }
p { color: rgb(40,135,21); }
H1.HeaderClassName
{
color: #288715;
}
.AnyTagClassName
{
color: #288715;
}
</style>
background-color css
<style>
a { background-color: #288715; }
a { background-color: rgb(40,135,21); }
div.DivClassName
{
background-color: #288715;
}
.BgClassName
{
background-color: #288715;
}
</style>
border-color css
<style>
span { border-color: #288715; }
span { border-color: rgb(40,135,21); }
td.TdClassName
{
border-color: #288715;
}
.TagClassName
{
border-color: #288715;
}
</style>