Shades of Forest Green #288213
Tints of Forest Green #288213
RGB
CMYK
RGB Variations
Color information
#288213 (or 0x288213) is known color: Forest Green. HEX triplet: 28, 82 and 13. RGB value is (40,130,19). Sum of RGB (Red+Green+Blue) = 40+130+19=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #288213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288213 is #D77DEC. Grayscale: #5A5A5A. Windows color (decimal): -14122477 or 1278504. OLE color: 1278504.
HSL color Cylindrical-coordinate representation of color #288213: hue angle of 108.65º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #288213 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 19 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.49 |
| HSL | 108.65º | 0.74% | 0.29% | - |
| HSV(B) | 108.65º | 0.85% | 0.51% | - |
| XYZ | 8.98 | 16.46 | 3.32 | - |
| YUV | 90.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 19 | 0.69 | 0 | 0.85 | 0.49 | 108.65 | 0.74 | 0.29 |
| Hex | 28 | 82 | 13 | 45 | 0 | 55 | 31 | 6D | 4A | 1D |
| Octal | 50 | 202 | 23 | 105 | 0 | 125 | 61 | 155 | 112 | 35 |
| Binary | 101000 | 10000010 | 10011 | 1000101 | 0 | 1010101 | 110001 | 1101101 | 1001010 | 11101 |
Color Harmonies of #288213
Complementary color
Monochromatic Colors of #288213
Black with #288213
Text Example
Text Example
White with #288213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288213; }
p { color: rgb(40,130,19); }
H1.HeaderClassName
{
color: #288213;
}
.AnyTagClassName
{
color: #288213;
}
</style>
background-color css
<style>
a { background-color: #288213; }
a { background-color: rgb(40,130,19); }
div.DivClassName
{
background-color: #288213;
}
.BgClassName
{
background-color: #288213;
}
</style>
border-color css
<style>
span { border-color: #288213; }
span { border-color: rgb(40,130,19); }
td.TdClassName
{
border-color: #288213;
}
.TagClassName
{
border-color: #288213;
}
</style>