Shades of Forest Green #288C2E
Tints of Forest Green #288C2E
RGB
CMYK
RGB Variations
Color information
#288C2E (or 0x288C2E) is known color: Forest Green. HEX triplet: 28, 8C and 2E. RGB value is (40,140,46). Sum of RGB (Red+Green+Blue) = 40+140+46=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #288C2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C2E is #D773D1. Grayscale: #636363. Windows color (decimal): -14119890 or 3050536. OLE color: 3050536.
HSL color Cylindrical-coordinate representation of color #288C2E: hue angle of 123.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288C2E is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 46 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.45 |
| HSL | 123.6º | 0.56% | 0.35% | - |
| HSV(B) | 123.6º | 0.71% | 0.55% | - |
| XYZ | 10.75 | 19.4 | 5.76 | - |
| YUV | 99.38 | 97.87 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 46 | 0.71 | 0 | 0.67 | 0.45 | 123.6 | 0.56 | 0.35 |
| Hex | 28 | 8C | 2E | 47 | 0 | 43 | 2D | 7C | 38 | 23 |
| Octal | 50 | 214 | 56 | 107 | 0 | 103 | 55 | 174 | 70 | 43 |
| Binary | 101000 | 10001100 | 101110 | 1000111 | 0 | 1000011 | 101101 | 1111100 | 111000 | 100011 |
Color Harmonies of #288C2E
Complementary color
Monochromatic Colors of #288C2E
Black with #288C2E
Text Example
Text Example
White with #288C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C2E; }
p { color: rgb(40,140,46); }
H1.HeaderClassName
{
color: #288C2E;
}
.AnyTagClassName
{
color: #288C2E;
}
</style>
background-color css
<style>
a { background-color: #288C2E; }
a { background-color: rgb(40,140,46); }
div.DivClassName
{
background-color: #288C2E;
}
.BgClassName
{
background-color: #288C2E;
}
</style>
border-color css
<style>
span { border-color: #288C2E; }
span { border-color: rgb(40,140,46); }
td.TdClassName
{
border-color: #288C2E;
}
.TagClassName
{
border-color: #288C2E;
}
</style>