Shades of Forest Green #288B08
Tints of Forest Green #288B08
RGB
CMYK
RGB Variations
Color information
#288B08 (or 0x288B08) is known color: Forest Green. HEX triplet: 28, 8B and 08. RGB value is (40,139,8). Sum of RGB (Red+Green+Blue) = 40+139+8=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 139 (54.69% from 255 or 74.33% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 139 - color contains mainly: green. Hex color #288B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288B08 is #D774F7. Grayscale: #5E5E5E. Windows color (decimal): -14120184 or 559912. OLE color: 559912.
HSL color Cylindrical-coordinate representation of color #288B08: hue angle of 105.34º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #288B08 is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 8 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.45 |
| HSL | 105.34º | 0.89% | 0.29% | - |
| HSV(B) | 105.34º | 0.94% | 0.55% | - |
| XYZ | 10.15 | 18.93 | 3.35 | - |
| YUV | 94.47 | 79.2 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 8 | 0.71 | 0 | 0.94 | 0.45 | 105.34 | 0.89 | 0.29 |
| Hex | 28 | 8B | 8 | 47 | 0 | 5E | 2D | 69 | 59 | 1D |
| Octal | 50 | 213 | 10 | 107 | 0 | 136 | 55 | 151 | 131 | 35 |
| Binary | 101000 | 10001011 | 1000 | 1000111 | 0 | 1011110 | 101101 | 1101001 | 1011001 | 11101 |
Color Harmonies of #288B08
Complementary color
Monochromatic Colors of #288B08
Black with #288B08
Text Example
Text Example
White with #288B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B08; }
p { color: rgb(40,139,8); }
H1.HeaderClassName
{
color: #288B08;
}
.AnyTagClassName
{
color: #288B08;
}
</style>
background-color css
<style>
a { background-color: #288B08; }
a { background-color: rgb(40,139,8); }
div.DivClassName
{
background-color: #288B08;
}
.BgClassName
{
background-color: #288B08;
}
</style>
border-color css
<style>
span { border-color: #288B08; }
span { border-color: rgb(40,139,8); }
td.TdClassName
{
border-color: #288B08;
}
.TagClassName
{
border-color: #288B08;
}
</style>