Shades of Forest Green #288312
Tints of Forest Green #288312
RGB
CMYK
RGB Variations
Color information
#288312 (or 0x288312) is known color: Forest Green. HEX triplet: 28, 83 and 12. RGB value is (40,131,18). Sum of RGB (Red+Green+Blue) = 40+131+18=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 131 (51.56% from 255 or 69.31% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 131 - color contains mainly: green. Hex color #288312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288312 is #D77CED. Grayscale: #5B5B5B. Windows color (decimal): -14122222 or 1213224. OLE color: 1213224.
HSL color Cylindrical-coordinate representation of color #288312: hue angle of 108.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #288312 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 18 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.49 |
| HSL | 108.32º | 0.76% | 0.29% | - |
| HSV(B) | 108.32º | 0.86% | 0.51% | - |
| XYZ | 9.1 | 16.73 | 3.32 | - |
| YUV | 90.91 | 86.85 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 18 | 0.69 | 0 | 0.86 | 0.49 | 108.32 | 0.76 | 0.29 |
| Hex | 28 | 83 | 12 | 45 | 0 | 56 | 31 | 6C | 4C | 1D |
| Octal | 50 | 203 | 22 | 105 | 0 | 126 | 61 | 154 | 114 | 35 |
| Binary | 101000 | 10000011 | 10010 | 1000101 | 0 | 1010110 | 110001 | 1101100 | 1001100 | 11101 |
Color Harmonies of #288312
Complementary color
Monochromatic Colors of #288312
Black with #288312
Text Example
Text Example
White with #288312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288312; }
p { color: rgb(40,131,18); }
H1.HeaderClassName
{
color: #288312;
}
.AnyTagClassName
{
color: #288312;
}
</style>
background-color css
<style>
a { background-color: #288312; }
a { background-color: rgb(40,131,18); }
div.DivClassName
{
background-color: #288312;
}
.BgClassName
{
background-color: #288312;
}
</style>
border-color css
<style>
span { border-color: #288312; }
span { border-color: rgb(40,131,18); }
td.TdClassName
{
border-color: #288312;
}
.TagClassName
{
border-color: #288312;
}
</style>