Shades of Forest Green #288613
Tints of Forest Green #288613
RGB
CMYK
RGB Variations
Color information
#288613 (or 0x288613) is known color: Forest Green. HEX triplet: 28, 86 and 13. RGB value is (40,134,19). Sum of RGB (Red+Green+Blue) = 40+134+19=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #288613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288613 is #D779EC. Grayscale: #5D5D5D. Windows color (decimal): -14121453 or 1279528. OLE color: 1279528.
HSL color Cylindrical-coordinate representation of color #288613: hue angle of 109.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #288613 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 19 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.47 |
| HSL | 109.04º | 0.75% | 0.3% | - |
| HSV(B) | 109.04º | 0.86% | 0.53% | - |
| XYZ | 9.52 | 17.55 | 3.5 | - |
| YUV | 92.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 19 | 0.70 | 0 | 0.86 | 0.47 | 109.04 | 0.75 | 0.3 |
| Hex | 28 | 86 | 13 | 46 | 0 | 56 | 2F | 6D | 4B | 1E |
| Octal | 50 | 206 | 23 | 106 | 0 | 126 | 57 | 155 | 113 | 36 |
| Binary | 101000 | 10000110 | 10011 | 1000110 | 0 | 1010110 | 101111 | 1101101 | 1001011 | 11110 |
Color Harmonies of #288613
Complementary color
Monochromatic Colors of #288613
Black with #288613
Text Example
Text Example
White with #288613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288613; }
p { color: rgb(40,134,19); }
H1.HeaderClassName
{
color: #288613;
}
.AnyTagClassName
{
color: #288613;
}
</style>
background-color css
<style>
a { background-color: #288613; }
a { background-color: rgb(40,134,19); }
div.DivClassName
{
background-color: #288613;
}
.BgClassName
{
background-color: #288613;
}
</style>
border-color css
<style>
span { border-color: #288613; }
span { border-color: rgb(40,134,19); }
td.TdClassName
{
border-color: #288613;
}
.TagClassName
{
border-color: #288613;
}
</style>