Shades of Forest Green #288C17
Tints of Forest Green #288C17
RGB
CMYK
RGB Variations
Color information
#288C17 (or 0x288C17) is known color: Forest Green. HEX triplet: 28, 8C and 17. RGB value is (40,140,23). Sum of RGB (Red+Green+Blue) = 40+140+23=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #288C17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288C17 is #D773E8. Grayscale: #616161. Windows color (decimal): -14119913 or 1543208. OLE color: 1543208.
HSL color Cylindrical-coordinate representation of color #288C17: hue angle of 111.28º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288C17 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 23 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.45 |
| HSL | 111.28º | 0.72% | 0.32% | - |
| HSV(B) | 111.28º | 0.84% | 0.55% | - |
| XYZ | 10.41 | 19.27 | 3.98 | - |
| YUV | 96.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 23 | 0.71 | 0 | 0.84 | 0.45 | 111.28 | 0.72 | 0.32 |
| Hex | 28 | 8C | 17 | 47 | 0 | 54 | 2D | 6F | 48 | 20 |
| Octal | 50 | 214 | 27 | 107 | 0 | 124 | 55 | 157 | 110 | 40 |
| Binary | 101000 | 10001100 | 10111 | 1000111 | 0 | 1010100 | 101101 | 1101111 | 1001000 | 100000 |
Color Harmonies of #288C17
Complementary color
Monochromatic Colors of #288C17
Black with #288C17
Text Example
Text Example
White with #288C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C17; }
p { color: rgb(40,140,23); }
H1.HeaderClassName
{
color: #288C17;
}
.AnyTagClassName
{
color: #288C17;
}
</style>
background-color css
<style>
a { background-color: #288C17; }
a { background-color: rgb(40,140,23); }
div.DivClassName
{
background-color: #288C17;
}
.BgClassName
{
background-color: #288C17;
}
</style>
border-color css
<style>
span { border-color: #288C17; }
span { border-color: rgb(40,140,23); }
td.TdClassName
{
border-color: #288C17;
}
.TagClassName
{
border-color: #288C17;
}
</style>