Shades of Forest Green #288B27
Tints of Forest Green #288B27
RGB
CMYK
RGB Variations
Color information
#288B27 (or 0x288B27) is known color: Forest Green. HEX triplet: 28, 8B and 27. RGB value is (40,139,39). Sum of RGB (Red+Green+Blue) = 40+139+39=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #288B27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B27 is #D774D8. Grayscale: #626262. Windows color (decimal): -14120153 or 2591528. OLE color: 2591528.
HSL color Cylindrical-coordinate representation of color #288B27: hue angle of 119.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288B27 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 39 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.45 |
| HSL | 119.4º | 0.56% | 0.35% | - |
| HSV(B) | 119.4º | 0.72% | 0.55% | - |
| XYZ | 10.47 | 19.06 | 5.05 | - |
| YUV | 98 | 94.7 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 39 | 0.71 | 0 | 0.72 | 0.45 | 119.4 | 0.56 | 0.35 |
| Hex | 28 | 8B | 27 | 47 | 0 | 48 | 2D | 77 | 38 | 23 |
| Octal | 50 | 213 | 47 | 107 | 0 | 110 | 55 | 167 | 70 | 43 |
| Binary | 101000 | 10001011 | 100111 | 1000111 | 0 | 1001000 | 101101 | 1110111 | 111000 | 100011 |
Color Harmonies of #288B27
Complementary color
Monochromatic Colors of #288B27
Black with #288B27
Text Example
Text Example
White with #288B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B27; }
p { color: rgb(40,139,39); }
H1.HeaderClassName
{
color: #288B27;
}
.AnyTagClassName
{
color: #288B27;
}
</style>
background-color css
<style>
a { background-color: #288B27; }
a { background-color: rgb(40,139,39); }
div.DivClassName
{
background-color: #288B27;
}
.BgClassName
{
background-color: #288B27;
}
</style>
border-color css
<style>
span { border-color: #288B27; }
span { border-color: rgb(40,139,39); }
td.TdClassName
{
border-color: #288B27;
}
.TagClassName
{
border-color: #288B27;
}
</style>