Shades of Forest Green #288B2F
Tints of Forest Green #288B2F
RGB
CMYK
RGB Variations
Color information
#288B2F (or 0x288B2F) is known color: Forest Green. HEX triplet: 28, 8B and 2F. RGB value is (40,139,47). Sum of RGB (Red+Green+Blue) = 40+139+47=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #288B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B2F is #D774D0. Grayscale: #636363. Windows color (decimal): -14120145 or 3115816. OLE color: 3115816.
HSL color Cylindrical-coordinate representation of color #288B2F: hue angle of 124.24º 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 #288B2F is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 47 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.45 |
| HSL | 124.24º | 0.55% | 0.35% | - |
| HSV(B) | 124.24º | 0.71% | 0.55% | - |
| XYZ | 10.62 | 19.12 | 5.82 | - |
| YUV | 98.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 47 | 0.71 | 0 | 0.66 | 0.45 | 124.24 | 0.55 | 0.35 |
| Hex | 28 | 8B | 2F | 47 | 0 | 42 | 2D | 7C | 37 | 23 |
| Octal | 50 | 213 | 57 | 107 | 0 | 102 | 55 | 174 | 67 | 43 |
| Binary | 101000 | 10001011 | 101111 | 1000111 | 0 | 1000010 | 101101 | 1111100 | 110111 | 100011 |
Color Harmonies of #288B2F
Complementary color
Monochromatic Colors of #288B2F
Black with #288B2F
Text Example
Text Example
White with #288B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B2F; }
p { color: rgb(40,139,47); }
H1.HeaderClassName
{
color: #288B2F;
}
.AnyTagClassName
{
color: #288B2F;
}
</style>
background-color css
<style>
a { background-color: #288B2F; }
a { background-color: rgb(40,139,47); }
div.DivClassName
{
background-color: #288B2F;
}
.BgClassName
{
background-color: #288B2F;
}
</style>
border-color css
<style>
span { border-color: #288B2F; }
span { border-color: rgb(40,139,47); }
td.TdClassName
{
border-color: #288B2F;
}
.TagClassName
{
border-color: #288B2F;
}
</style>