Shades of Forest Green #288C19
Tints of Forest Green #288C19
RGB
CMYK
RGB Variations
Color information
#288C19 (or 0x288C19) is known color: Forest Green. HEX triplet: 28, 8C and 19. RGB value is (40,140,25). Sum of RGB (Red+Green+Blue) = 40+140+25=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #288C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288C19 is #D773E6. Grayscale: #616161. Windows color (decimal): -14119911 or 1674280. OLE color: 1674280.
HSL color Cylindrical-coordinate representation of color #288C19: hue angle of 112.17º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288C19 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 25 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.45 |
| HSL | 112.17º | 0.7% | 0.32% | - |
| HSV(B) | 112.17º | 0.82% | 0.55% | - |
| XYZ | 10.43 | 19.28 | 4.09 | - |
| YUV | 96.99 | 87.37 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 25 | 0.71 | 0 | 0.82 | 0.45 | 112.17 | 0.7 | 0.32 |
| Hex | 28 | 8C | 19 | 47 | 0 | 52 | 2D | 70 | 46 | 20 |
| Octal | 50 | 214 | 31 | 107 | 0 | 122 | 55 | 160 | 106 | 40 |
| Binary | 101000 | 10001100 | 11001 | 1000111 | 0 | 1010010 | 101101 | 1110000 | 1000110 | 100000 |
Color Harmonies of #288C19
Complementary color
Monochromatic Colors of #288C19
Black with #288C19
Text Example
Text Example
White with #288C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C19; }
p { color: rgb(40,140,25); }
H1.HeaderClassName
{
color: #288C19;
}
.AnyTagClassName
{
color: #288C19;
}
</style>
background-color css
<style>
a { background-color: #288C19; }
a { background-color: rgb(40,140,25); }
div.DivClassName
{
background-color: #288C19;
}
.BgClassName
{
background-color: #288C19;
}
</style>
border-color css
<style>
span { border-color: #288C19; }
span { border-color: rgb(40,140,25); }
td.TdClassName
{
border-color: #288C19;
}
.TagClassName
{
border-color: #288C19;
}
</style>