Shades of Forest Green #288521
Tints of Forest Green #288521
RGB
CMYK
RGB Variations
Color information
#288521 (or 0x288521) is known color: Forest Green. HEX triplet: 28, 85 and 21. RGB value is (40,133,33). Sum of RGB (Red+Green+Blue) = 40+133+33=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #288521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288521 is #D77ADE. Grayscale: #5E5E5E. Windows color (decimal): -14121695 or 2196776. OLE color: 2196776.
HSL color Cylindrical-coordinate representation of color #288521: hue angle of 115.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288521 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 33 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.48 |
| HSL | 115.8º | 0.6% | 0.33% | - |
| HSV(B) | 115.8º | 0.75% | 0.52% | - |
| XYZ | 9.54 | 17.34 | 4.28 | - |
| YUV | 93.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 33 | 0.70 | 0 | 0.75 | 0.48 | 115.8 | 0.6 | 0.33 |
| Hex | 28 | 85 | 21 | 46 | 0 | 4B | 30 | 74 | 3C | 21 |
| Octal | 50 | 205 | 41 | 106 | 0 | 113 | 60 | 164 | 74 | 41 |
| Binary | 101000 | 10000101 | 100001 | 1000110 | 0 | 1001011 | 110000 | 1110100 | 111100 | 100001 |
Color Harmonies of #288521
Complementary color
Monochromatic Colors of #288521
Black with #288521
Text Example
Text Example
White with #288521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288521; }
p { color: rgb(40,133,33); }
H1.HeaderClassName
{
color: #288521;
}
.AnyTagClassName
{
color: #288521;
}
</style>
background-color css
<style>
a { background-color: #288521; }
a { background-color: rgb(40,133,33); }
div.DivClassName
{
background-color: #288521;
}
.BgClassName
{
background-color: #288521;
}
</style>
border-color css
<style>
span { border-color: #288521; }
span { border-color: rgb(40,133,33); }
td.TdClassName
{
border-color: #288521;
}
.TagClassName
{
border-color: #288521;
}
</style>