Shades of Forest Green #288325
Tints of Forest Green #288325
RGB
CMYK
RGB Variations
Color information
#288325 (or 0x288325) is known color: Forest Green. HEX triplet: 28, 83 and 25. RGB value is (40,131,37). Sum of RGB (Red+Green+Blue) = 40+131+37=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #288325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288325 is #D77CDA. Grayscale: #5D5D5D. Windows color (decimal): -14122203 or 2458408. OLE color: 2458408.
HSL color Cylindrical-coordinate representation of color #288325: hue angle of 118.09º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288325 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 37 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.49 |
| HSL | 118.09º | 0.56% | 0.33% | - |
| HSV(B) | 118.09º | 0.72% | 0.51% | - |
| XYZ | 9.33 | 16.82 | 4.5 | - |
| YUV | 93.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 37 | 0.69 | 0 | 0.72 | 0.49 | 118.09 | 0.56 | 0.33 |
| Hex | 28 | 83 | 25 | 45 | 0 | 48 | 31 | 76 | 38 | 21 |
| Octal | 50 | 203 | 45 | 105 | 0 | 110 | 61 | 166 | 70 | 41 |
| Binary | 101000 | 10000011 | 100101 | 1000101 | 0 | 1001000 | 110001 | 1110110 | 111000 | 100001 |
Color Harmonies of #288325
Complementary color
Monochromatic Colors of #288325
Black with #288325
Text Example
Text Example
White with #288325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288325; }
p { color: rgb(40,131,37); }
H1.HeaderClassName
{
color: #288325;
}
.AnyTagClassName
{
color: #288325;
}
</style>
background-color css
<style>
a { background-color: #288325; }
a { background-color: rgb(40,131,37); }
div.DivClassName
{
background-color: #288325;
}
.BgClassName
{
background-color: #288325;
}
</style>
border-color css
<style>
span { border-color: #288325; }
span { border-color: rgb(40,131,37); }
td.TdClassName
{
border-color: #288325;
}
.TagClassName
{
border-color: #288325;
}
</style>