Shades of Forest Green #288026
Tints of Forest Green #288026
RGB
CMYK
RGB Variations
Color information
#288026 (or 0x288026) is known color: Forest Green. HEX triplet: 28, 80 and 26. RGB value is (40,128,38). Sum of RGB (Red+Green+Blue) = 40+128+38=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #288026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288026 is #D77FD9. Grayscale: #5B5B5B. Windows color (decimal): -14122970 or 2523176. OLE color: 2523176.
HSL color Cylindrical-coordinate representation of color #288026: hue angle of 118.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288026 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 38 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.50 |
| HSL | 118.67º | 0.54% | 0.33% | - |
| HSV(B) | 118.67º | 0.7% | 0.5% | - |
| XYZ | 8.94 | 16.03 | 4.46 | - |
| YUV | 91.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 38 | 0.69 | 0 | 0.70 | 0.50 | 118.67 | 0.54 | 0.33 |
| Hex | 28 | 80 | 26 | 45 | 0 | 46 | 32 | 77 | 36 | 21 |
| Octal | 50 | 200 | 46 | 105 | 0 | 106 | 62 | 167 | 66 | 41 |
| Binary | 101000 | 10000000 | 100110 | 1000101 | 0 | 1000110 | 110010 | 1110111 | 110110 | 100001 |
Color Harmonies of #288026
Complementary color
Monochromatic Colors of #288026
Black with #288026
Text Example
Text Example
White with #288026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288026; }
p { color: rgb(40,128,38); }
H1.HeaderClassName
{
color: #288026;
}
.AnyTagClassName
{
color: #288026;
}
</style>
background-color css
<style>
a { background-color: #288026; }
a { background-color: rgb(40,128,38); }
div.DivClassName
{
background-color: #288026;
}
.BgClassName
{
background-color: #288026;
}
</style>
border-color css
<style>
span { border-color: #288026; }
span { border-color: rgb(40,128,38); }
td.TdClassName
{
border-color: #288026;
}
.TagClassName
{
border-color: #288026;
}
</style>