Shades of Forest Green #288E1B
Tints of Forest Green #288E1B
RGB
CMYK
RGB Variations
Color information
#288E1B (or 0x288E1B) is known color: Forest Green. HEX triplet: 28, 8E and 1B. RGB value is (40,142,27). Sum of RGB (Red+Green+Blue) = 40+142+27=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 142 (55.86% from 255 or 67.94% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 142 - color contains mainly: green. Hex color #288E1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E1B is #D771E4. Grayscale: #626262. Windows color (decimal): -14119397 or 1805864. OLE color: 1805864.
HSL color Cylindrical-coordinate representation of color #288E1B: hue angle of 113.22º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288E1B is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 27 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.44 |
| HSL | 113.22º | 0.68% | 0.33% | - |
| HSV(B) | 113.22º | 0.81% | 0.56% | - |
| XYZ | 10.75 | 19.88 | 4.31 | - |
| YUV | 98.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 27 | 0.72 | 0 | 0.81 | 0.44 | 113.22 | 0.68 | 0.33 |
| Hex | 28 | 8E | 1B | 48 | 0 | 51 | 2C | 71 | 44 | 21 |
| Octal | 50 | 216 | 33 | 110 | 0 | 121 | 54 | 161 | 104 | 41 |
| Binary | 101000 | 10001110 | 11011 | 1001000 | 0 | 1010001 | 101100 | 1110001 | 1000100 | 100001 |
Color Harmonies of #288E1B
Complementary color
Monochromatic Colors of #288E1B
Black with #288E1B
Text Example
Text Example
White with #288E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E1B; }
p { color: rgb(40,142,27); }
H1.HeaderClassName
{
color: #288E1B;
}
.AnyTagClassName
{
color: #288E1B;
}
</style>
background-color css
<style>
a { background-color: #288E1B; }
a { background-color: rgb(40,142,27); }
div.DivClassName
{
background-color: #288E1B;
}
.BgClassName
{
background-color: #288E1B;
}
</style>
border-color css
<style>
span { border-color: #288E1B; }
span { border-color: rgb(40,142,27); }
td.TdClassName
{
border-color: #288E1B;
}
.TagClassName
{
border-color: #288E1B;
}
</style>