Shades of Forest Green #288117
Tints of Forest Green #288117
RGB
CMYK
RGB Variations
Color information
#288117 (or 0x288117) is known color: Forest Green. HEX triplet: 28, 81 and 17. RGB value is (40,129,23). Sum of RGB (Red+Green+Blue) = 40+129+23=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 129 (50.78% from 255 or 67.19% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 129 - color contains mainly: green. Hex color #288117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288117 is #D77EE8. Grayscale: #5A5A5A. Windows color (decimal): -14122729 or 1540392. OLE color: 1540392.
HSL color Cylindrical-coordinate representation of color #288117: hue angle of 110.38º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288117 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 23 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.49 |
| HSL | 110.38º | 0.7% | 0.3% | - |
| HSV(B) | 110.38º | 0.82% | 0.51% | - |
| XYZ | 8.88 | 16.21 | 3.47 | - |
| YUV | 90.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 23 | 0.69 | 0 | 0.82 | 0.49 | 110.38 | 0.7 | 0.3 |
| Hex | 28 | 81 | 17 | 45 | 0 | 52 | 31 | 6E | 46 | 1E |
| Octal | 50 | 201 | 27 | 105 | 0 | 122 | 61 | 156 | 106 | 36 |
| Binary | 101000 | 10000001 | 10111 | 1000101 | 0 | 1010010 | 110001 | 1101110 | 1000110 | 11110 |
Color Harmonies of #288117
Complementary color
Monochromatic Colors of #288117
Black with #288117
Text Example
Text Example
White with #288117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288117; }
p { color: rgb(40,129,23); }
H1.HeaderClassName
{
color: #288117;
}
.AnyTagClassName
{
color: #288117;
}
</style>
background-color css
<style>
a { background-color: #288117; }
a { background-color: rgb(40,129,23); }
div.DivClassName
{
background-color: #288117;
}
.BgClassName
{
background-color: #288117;
}
</style>
border-color css
<style>
span { border-color: #288117; }
span { border-color: rgb(40,129,23); }
td.TdClassName
{
border-color: #288117;
}
.TagClassName
{
border-color: #288117;
}
</style>