Shades of Forest Green #288317
Tints of Forest Green #288317
RGB
CMYK
RGB Variations
Color information
#288317 (or 0x288317) is known color: Forest Green. HEX triplet: 28, 83 and 17. RGB value is (40,131,23). Sum of RGB (Red+Green+Blue) = 40+131+23=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 131 (51.56% from 255 or 67.53% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 131 - color contains mainly: green. Hex color #288317 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288317 is #D77CE8. Grayscale: #5B5B5B. Windows color (decimal): -14122217 or 1540904. OLE color: 1540904.
HSL color Cylindrical-coordinate representation of color #288317: hue angle of 110.56º 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 #288317 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 23 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.49 |
| HSL | 110.56º | 0.7% | 0.3% | - |
| HSV(B) | 110.56º | 0.82% | 0.51% | - |
| XYZ | 9.15 | 16.75 | 3.56 | - |
| YUV | 91.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 23 | 0.69 | 0 | 0.82 | 0.49 | 110.56 | 0.7 | 0.3 |
| Hex | 28 | 83 | 17 | 45 | 0 | 52 | 31 | 6F | 46 | 1E |
| Octal | 50 | 203 | 27 | 105 | 0 | 122 | 61 | 157 | 106 | 36 |
| Binary | 101000 | 10000011 | 10111 | 1000101 | 0 | 1010010 | 110001 | 1101111 | 1000110 | 11110 |
Color Harmonies of #288317
Complementary color
Monochromatic Colors of #288317
Black with #288317
Text Example
Text Example
White with #288317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288317; }
p { color: rgb(40,131,23); }
H1.HeaderClassName
{
color: #288317;
}
.AnyTagClassName
{
color: #288317;
}
</style>
background-color css
<style>
a { background-color: #288317; }
a { background-color: rgb(40,131,23); }
div.DivClassName
{
background-color: #288317;
}
.BgClassName
{
background-color: #288317;
}
</style>
border-color css
<style>
span { border-color: #288317; }
span { border-color: rgb(40,131,23); }
td.TdClassName
{
border-color: #288317;
}
.TagClassName
{
border-color: #288317;
}
</style>