Shades of Forest Green #288527
Tints of Forest Green #288527
RGB
CMYK
RGB Variations
Color information
#288527 (or 0x288527) is known color: Forest Green. HEX triplet: 28, 85 and 27. RGB value is (40,133,39). Sum of RGB (Red+Green+Blue) = 40+133+39=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #288527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288527 is #D77AD8. Grayscale: #5E5E5E. Windows color (decimal): -14121689 or 2589992. OLE color: 2589992.
HSL color Cylindrical-coordinate representation of color #288527: hue angle of 119.36º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288527 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 39 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.48 |
| HSL | 119.36º | 0.55% | 0.34% | - |
| HSV(B) | 119.36º | 0.71% | 0.52% | - |
| XYZ | 9.63 | 17.37 | 4.77 | - |
| YUV | 94.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 39 | 0.70 | 0 | 0.71 | 0.48 | 119.36 | 0.55 | 0.34 |
| Hex | 28 | 85 | 27 | 46 | 0 | 47 | 30 | 77 | 37 | 22 |
| Octal | 50 | 205 | 47 | 106 | 0 | 107 | 60 | 167 | 67 | 42 |
| Binary | 101000 | 10000101 | 100111 | 1000110 | 0 | 1000111 | 110000 | 1110111 | 110111 | 100010 |
Color Harmonies of #288527
Complementary color
Monochromatic Colors of #288527
Black with #288527
Text Example
Text Example
White with #288527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288527; }
p { color: rgb(40,133,39); }
H1.HeaderClassName
{
color: #288527;
}
.AnyTagClassName
{
color: #288527;
}
</style>
background-color css
<style>
a { background-color: #288527; }
a { background-color: rgb(40,133,39); }
div.DivClassName
{
background-color: #288527;
}
.BgClassName
{
background-color: #288527;
}
</style>
border-color css
<style>
span { border-color: #288527; }
span { border-color: rgb(40,133,39); }
td.TdClassName
{
border-color: #288527;
}
.TagClassName
{
border-color: #288527;
}
</style>