Shades of Forest Green #288507
Tints of Forest Green #288507
RGB
CMYK
RGB Variations
Color information
#288507 (or 0x288507) is known color: Forest Green. HEX triplet: 28, 85 and 07. RGB value is (40,133,7). Sum of RGB (Red+Green+Blue) = 40+133+7=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #288507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288507 is #D77AF8. Grayscale: #5B5B5B. Windows color (decimal): -14121721 or 492840. OLE color: 492840.
HSL color Cylindrical-coordinate representation of color #288507: hue angle of 104.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #288507 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 7 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.48 |
| HSL | 104.29º | 0.9% | 0.27% | - |
| HSV(B) | 104.29º | 0.95% | 0.52% | - |
| XYZ | 9.3 | 17.24 | 3.04 | - |
| YUV | 90.83 | 80.69 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 7 | 0.70 | 0 | 0.95 | 0.48 | 104.29 | 0.9 | 0.27 |
| Hex | 28 | 85 | 7 | 46 | 0 | 5F | 30 | 68 | 5A | 1B |
| Octal | 50 | 205 | 7 | 106 | 0 | 137 | 60 | 150 | 132 | 33 |
| Binary | 101000 | 10000101 | 111 | 1000110 | 0 | 1011111 | 110000 | 1101000 | 1011010 | 11011 |
Color Harmonies of #288507
Complementary color
Monochromatic Colors of #288507
Black with #288507
Text Example
Text Example
White with #288507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288507; }
p { color: rgb(40,133,7); }
H1.HeaderClassName
{
color: #288507;
}
.AnyTagClassName
{
color: #288507;
}
</style>
background-color css
<style>
a { background-color: #288507; }
a { background-color: rgb(40,133,7); }
div.DivClassName
{
background-color: #288507;
}
.BgClassName
{
background-color: #288507;
}
</style>
border-color css
<style>
span { border-color: #288507; }
span { border-color: rgb(40,133,7); }
td.TdClassName
{
border-color: #288507;
}
.TagClassName
{
border-color: #288507;
}
</style>