Shades of Forest Green #288500
Tints of Forest Green #288500
RGB
CMYK
RGB Variations
Color information
#288500 (or 0x288500) is known color: Forest Green. HEX triplet: 28, 85 and 00. RGB value is (40,133,0). Sum of RGB (Red+Green+Blue) = 40+133+0=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #288500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288500 is #D77AFF. Grayscale: #5A5A5A. Windows color (decimal): -14121728 or 34088. OLE color: 34088.
HSL color Cylindrical-coordinate representation of color #288500: hue angle of 101.95º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #288500 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.48 |
| HSL | 101.95º | 1% | 0.26% | - |
| HSV(B) | 101.95º | 1% | 0.52% | - |
| XYZ | 9.26 | 17.23 | 2.84 | - |
| YUV | 90.03 | 77.19 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 0 | 0.70 | 0 | 1 | 0.48 | 101.95 | 1 | 0.26 |
| Hex | 28 | 85 | 0 | 46 | 0 | 64 | 30 | 66 | 64 | 1A |
| Octal | 50 | 205 | 0 | 106 | 0 | 144 | 60 | 146 | 144 | 32 |
| Binary | 101000 | 10000101 | 0 | 1000110 | 0 | 1100100 | 110000 | 1100110 | 1100100 | 11010 |
Color Harmonies of #288500
Complementary color
Monochromatic Colors of #288500
Black with #288500
Text Example
Text Example
White with #288500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288500; }
p { color: rgb(40,133,0); }
H1.HeaderClassName
{
color: #288500;
}
.AnyTagClassName
{
color: #288500;
}
</style>
background-color css
<style>
a { background-color: #288500; }
a { background-color: rgb(40,133,0); }
div.DivClassName
{
background-color: #288500;
}
.BgClassName
{
background-color: #288500;
}
</style>
border-color css
<style>
span { border-color: #288500; }
span { border-color: rgb(40,133,0); }
td.TdClassName
{
border-color: #288500;
}
.TagClassName
{
border-color: #288500;
}
</style>