Shades of Forest Green #288E1C
Tints of Forest Green #288E1C
RGB
CMYK
RGB Variations
Color information
#288E1C (or 0x288E1C) is known color: Forest Green. HEX triplet: 28, 8E and 1C. RGB value is (40,142,28). Sum of RGB (Red+Green+Blue) = 40+142+28=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 142 (55.86% from 255 or 67.62% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 142 - color contains mainly: green. Hex color #288E1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E1C is #D771E3. Grayscale: #626262. Windows color (decimal): -14119396 or 1871400. OLE color: 1871400.
HSL color Cylindrical-coordinate representation of color #288E1C: hue angle of 113.68º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288E1C is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 28 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.44 |
| HSL | 113.68º | 0.67% | 0.33% | - |
| HSV(B) | 113.68º | 0.8% | 0.56% | - |
| XYZ | 10.76 | 19.88 | 4.37 | - |
| YUV | 98.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 28 | 0.72 | 0 | 0.80 | 0.44 | 113.68 | 0.67 | 0.33 |
| Hex | 28 | 8E | 1C | 48 | 0 | 50 | 2C | 72 | 43 | 21 |
| Octal | 50 | 216 | 34 | 110 | 0 | 120 | 54 | 162 | 103 | 41 |
| Binary | 101000 | 10001110 | 11100 | 1001000 | 0 | 1010000 | 101100 | 1110010 | 1000011 | 100001 |
Color Harmonies of #288E1C
Complementary color
Monochromatic Colors of #288E1C
Black with #288E1C
Text Example
Text Example
White with #288E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E1C; }
p { color: rgb(40,142,28); }
H1.HeaderClassName
{
color: #288E1C;
}
.AnyTagClassName
{
color: #288E1C;
}
</style>
background-color css
<style>
a { background-color: #288E1C; }
a { background-color: rgb(40,142,28); }
div.DivClassName
{
background-color: #288E1C;
}
.BgClassName
{
background-color: #288E1C;
}
</style>
border-color css
<style>
span { border-color: #288E1C; }
span { border-color: rgb(40,142,28); }
td.TdClassName
{
border-color: #288E1C;
}
.TagClassName
{
border-color: #288E1C;
}
</style>