Shades of Forest Green #288404
Tints of Forest Green #288404
RGB
CMYK
RGB Variations
Color information
#288404 (or 0x288404) is known color: Forest Green. HEX triplet: 28, 84 and 04. RGB value is (40,132,4). Sum of RGB (Red+Green+Blue) = 40+132+4=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 132 (51.95% from 255 or 75% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 132 - color contains mainly: green. Hex color #288404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288404 is #D77BFB. Grayscale: #5A5A5A. Windows color (decimal): -14121980 or 295976. OLE color: 295976.
HSL color Cylindrical-coordinate representation of color #288404: hue angle of 103.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #288404 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 4 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.48 |
| HSL | 103.13º | 0.94% | 0.27% | - |
| HSV(B) | 103.13º | 0.97% | 0.52% | - |
| XYZ | 9.15 | 16.96 | 2.91 | - |
| YUV | 89.9 | 79.52 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 4 | 0.70 | 0 | 0.97 | 0.48 | 103.13 | 0.94 | 0.27 |
| Hex | 28 | 84 | 4 | 46 | 0 | 61 | 30 | 67 | 5E | 1B |
| Octal | 50 | 204 | 4 | 106 | 0 | 141 | 60 | 147 | 136 | 33 |
| Binary | 101000 | 10000100 | 100 | 1000110 | 0 | 1100001 | 110000 | 1100111 | 1011110 | 11011 |
Color Harmonies of #288404
Complementary color
Monochromatic Colors of #288404
Black with #288404
Text Example
Text Example
White with #288404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288404; }
p { color: rgb(40,132,4); }
H1.HeaderClassName
{
color: #288404;
}
.AnyTagClassName
{
color: #288404;
}
</style>
background-color css
<style>
a { background-color: #288404; }
a { background-color: rgb(40,132,4); }
div.DivClassName
{
background-color: #288404;
}
.BgClassName
{
background-color: #288404;
}
</style>
border-color css
<style>
span { border-color: #288404; }
span { border-color: rgb(40,132,4); }
td.TdClassName
{
border-color: #288404;
}
.TagClassName
{
border-color: #288404;
}
</style>