Shades of Forest Green #288B2E
Tints of Forest Green #288B2E
RGB
CMYK
RGB Variations
Color information
#288B2E (or 0x288B2E) is known color: Forest Green. HEX triplet: 28, 8B and 2E. RGB value is (40,139,46). Sum of RGB (Red+Green+Blue) = 40+139+46=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #288B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B2E is #D774D1. Grayscale: #636363. Windows color (decimal): -14120146 or 3050280. OLE color: 3050280.
HSL color Cylindrical-coordinate representation of color #288B2E: hue angle of 123.64º degrees, saturation: 0.55, 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 #288B2E is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 46 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.45 |
| HSL | 123.64º | 0.55% | 0.35% | - |
| HSV(B) | 123.64º | 0.71% | 0.55% | - |
| XYZ | 10.6 | 19.11 | 5.72 | - |
| YUV | 98.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 46 | 0.71 | 0 | 0.67 | 0.45 | 123.64 | 0.55 | 0.35 |
| Hex | 28 | 8B | 2E | 47 | 0 | 43 | 2D | 7C | 37 | 23 |
| Octal | 50 | 213 | 56 | 107 | 0 | 103 | 55 | 174 | 67 | 43 |
| Binary | 101000 | 10001011 | 101110 | 1000111 | 0 | 1000011 | 101101 | 1111100 | 110111 | 100011 |
Color Harmonies of #288B2E
Complementary color
Monochromatic Colors of #288B2E
Black with #288B2E
Text Example
Text Example
White with #288B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B2E; }
p { color: rgb(40,139,46); }
H1.HeaderClassName
{
color: #288B2E;
}
.AnyTagClassName
{
color: #288B2E;
}
</style>
background-color css
<style>
a { background-color: #288B2E; }
a { background-color: rgb(40,139,46); }
div.DivClassName
{
background-color: #288B2E;
}
.BgClassName
{
background-color: #288B2E;
}
</style>
border-color css
<style>
span { border-color: #288B2E; }
span { border-color: rgb(40,139,46); }
td.TdClassName
{
border-color: #288B2E;
}
.TagClassName
{
border-color: #288B2E;
}
</style>