Shades of Forest Green #288225
Tints of Forest Green #288225
RGB
CMYK
RGB Variations
Color information
#288225 (or 0x288225) is known color: Forest Green. HEX triplet: 28, 82 and 25. RGB value is (40,130,37). Sum of RGB (Red+Green+Blue) = 40+130+37=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #288225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288225 is #D77DDA. Grayscale: #5C5C5C. Windows color (decimal): -14122459 or 2458152. OLE color: 2458152.
HSL color Cylindrical-coordinate representation of color #288225: hue angle of 118.06º 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 #288225 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 37 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.49 |
| HSL | 118.06º | 0.56% | 0.33% | - |
| HSV(B) | 118.06º | 0.72% | 0.51% | - |
| XYZ | 9.19 | 16.55 | 4.46 | - |
| YUV | 92.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 37 | 0.69 | 0 | 0.72 | 0.49 | 118.06 | 0.56 | 0.33 |
| Hex | 28 | 82 | 25 | 45 | 0 | 48 | 31 | 76 | 38 | 21 |
| Octal | 50 | 202 | 45 | 105 | 0 | 110 | 61 | 166 | 70 | 41 |
| Binary | 101000 | 10000010 | 100101 | 1000101 | 0 | 1001000 | 110001 | 1110110 | 111000 | 100001 |
Color Harmonies of #288225
Complementary color
Monochromatic Colors of #288225
Black with #288225
Text Example
Text Example
White with #288225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288225; }
p { color: rgb(40,130,37); }
H1.HeaderClassName
{
color: #288225;
}
.AnyTagClassName
{
color: #288225;
}
</style>
background-color css
<style>
a { background-color: #288225; }
a { background-color: rgb(40,130,37); }
div.DivClassName
{
background-color: #288225;
}
.BgClassName
{
background-color: #288225;
}
</style>
border-color css
<style>
span { border-color: #288225; }
span { border-color: rgb(40,130,37); }
td.TdClassName
{
border-color: #288225;
}
.TagClassName
{
border-color: #288225;
}
</style>