Shades of Forest Green #288B1D
Tints of Forest Green #288B1D
RGB
CMYK
RGB Variations
Color information
#288B1D (or 0x288B1D) is known color: Forest Green. HEX triplet: 28, 8B and 1D. RGB value is (40,139,29). Sum of RGB (Red+Green+Blue) = 40+139+29=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 139 (54.69% from 255 or 66.83% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 139 - color contains mainly: green. Hex color #288B1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B1D is #D774E2. Grayscale: #616161. Windows color (decimal): -14120163 or 1936168. OLE color: 1936168.
HSL color Cylindrical-coordinate representation of color #288B1D: hue angle of 114º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288B1D is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 29 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.45 |
| HSL | 114º | 0.65% | 0.33% | - |
| HSV(B) | 114º | 0.79% | 0.55% | - |
| XYZ | 10.33 | 19.01 | 4.29 | - |
| YUV | 96.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 29 | 0.71 | 0 | 0.79 | 0.45 | 114 | 0.65 | 0.33 |
| Hex | 28 | 8B | 1D | 47 | 0 | 4F | 2D | 72 | 41 | 21 |
| Octal | 50 | 213 | 35 | 107 | 0 | 117 | 55 | 162 | 101 | 41 |
| Binary | 101000 | 10001011 | 11101 | 1000111 | 0 | 1001111 | 101101 | 1110010 | 1000001 | 100001 |
Color Harmonies of #288B1D
Complementary color
Monochromatic Colors of #288B1D
Black with #288B1D
Text Example
Text Example
White with #288B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B1D; }
p { color: rgb(40,139,29); }
H1.HeaderClassName
{
color: #288B1D;
}
.AnyTagClassName
{
color: #288B1D;
}
</style>
background-color css
<style>
a { background-color: #288B1D; }
a { background-color: rgb(40,139,29); }
div.DivClassName
{
background-color: #288B1D;
}
.BgClassName
{
background-color: #288B1D;
}
</style>
border-color css
<style>
span { border-color: #288B1D; }
span { border-color: rgb(40,139,29); }
td.TdClassName
{
border-color: #288B1D;
}
.TagClassName
{
border-color: #288B1D;
}
</style>