Shades of Forest Green #288426
Tints of Forest Green #288426
RGB
CMYK
RGB Variations
Color information
#288426 (or 0x288426) is known color: Forest Green. HEX triplet: 28, 84 and 26. RGB value is (40,132,38). Sum of RGB (Red+Green+Blue) = 40+132+38=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #288426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288426 is #D77BD9. Grayscale: #5E5E5E. Windows color (decimal): -14121946 or 2524200. OLE color: 2524200.
HSL color Cylindrical-coordinate representation of color #288426: hue angle of 118.72º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288426 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 38 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.48 |
| HSL | 118.72º | 0.55% | 0.33% | - |
| HSV(B) | 118.72º | 0.71% | 0.52% | - |
| XYZ | 9.48 | 17.09 | 4.63 | - |
| YUV | 93.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 38 | 0.70 | 0 | 0.71 | 0.48 | 118.72 | 0.55 | 0.33 |
| Hex | 28 | 84 | 26 | 46 | 0 | 47 | 30 | 77 | 37 | 21 |
| Octal | 50 | 204 | 46 | 106 | 0 | 107 | 60 | 167 | 67 | 41 |
| Binary | 101000 | 10000100 | 100110 | 1000110 | 0 | 1000111 | 110000 | 1110111 | 110111 | 100001 |
Color Harmonies of #288426
Complementary color
Monochromatic Colors of #288426
Black with #288426
Text Example
Text Example
White with #288426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288426; }
p { color: rgb(40,132,38); }
H1.HeaderClassName
{
color: #288426;
}
.AnyTagClassName
{
color: #288426;
}
</style>
background-color css
<style>
a { background-color: #288426; }
a { background-color: rgb(40,132,38); }
div.DivClassName
{
background-color: #288426;
}
.BgClassName
{
background-color: #288426;
}
</style>
border-color css
<style>
span { border-color: #288426; }
span { border-color: rgb(40,132,38); }
td.TdClassName
{
border-color: #288426;
}
.TagClassName
{
border-color: #288426;
}
</style>