Shades of Forest Green #288732
Tints of Forest Green #288732
RGB
CMYK
RGB Variations
Color information
#288732 (or 0x288732) is known color: Forest Green. HEX triplet: 28, 87 and 32. RGB value is (40,135,50). Sum of RGB (Red+Green+Blue) = 40+135+50=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #288732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288732 is #D778CD. Grayscale: #616161. Windows color (decimal): -14121166 or 3311400. OLE color: 3311400.
HSL color Cylindrical-coordinate representation of color #288732: hue angle of 126.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288732 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 50 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.47 |
| HSL | 126.32º | 0.54% | 0.34% | - |
| HSV(B) | 126.32º | 0.7% | 0.53% | - |
| XYZ | 10.11 | 18.01 | 5.96 | - |
| YUV | 96.91 | 101.53 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 50 | 0.70 | 0 | 0.63 | 0.47 | 126.32 | 0.54 | 0.34 |
| Hex | 28 | 87 | 32 | 46 | 0 | 3F | 2F | 7E | 36 | 22 |
| Octal | 50 | 207 | 62 | 106 | 0 | 77 | 57 | 176 | 66 | 42 |
| Binary | 101000 | 10000111 | 110010 | 1000110 | 0 | 111111 | 101111 | 1111110 | 110110 | 100010 |
Color Harmonies of #288732
Complementary color
Monochromatic Colors of #288732
Black with #288732
Text Example
Text Example
White with #288732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288732; }
p { color: rgb(40,135,50); }
H1.HeaderClassName
{
color: #288732;
}
.AnyTagClassName
{
color: #288732;
}
</style>
background-color css
<style>
a { background-color: #288732; }
a { background-color: rgb(40,135,50); }
div.DivClassName
{
background-color: #288732;
}
.BgClassName
{
background-color: #288732;
}
</style>
border-color css
<style>
span { border-color: #288732; }
span { border-color: rgb(40,135,50); }
td.TdClassName
{
border-color: #288732;
}
.TagClassName
{
border-color: #288732;
}
</style>