Shades of Forest Green #288832
Tints of Forest Green #288832
RGB
CMYK
RGB Variations
Color information
#288832 (or 0x288832) is known color: Forest Green. HEX triplet: 28, 88 and 32. RGB value is (40,136,50). Sum of RGB (Red+Green+Blue) = 40+136+50=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #288832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288832 is #D777CD. Grayscale: #616161. Windows color (decimal): -14120910 or 3311656. OLE color: 3311656.
HSL color Cylindrical-coordinate representation of color #288832: hue angle of 126.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288832 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 50 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.47 |
| HSL | 126.25º | 0.55% | 0.35% | - |
| HSV(B) | 126.25º | 0.71% | 0.53% | - |
| XYZ | 10.25 | 18.29 | 6.01 | - |
| YUV | 97.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 50 | 0.71 | 0 | 0.63 | 0.47 | 126.25 | 0.55 | 0.35 |
| Hex | 28 | 88 | 32 | 47 | 0 | 3F | 2F | 7E | 37 | 23 |
| Octal | 50 | 210 | 62 | 107 | 0 | 77 | 57 | 176 | 67 | 43 |
| Binary | 101000 | 10001000 | 110010 | 1000111 | 0 | 111111 | 101111 | 1111110 | 110111 | 100011 |
Color Harmonies of #288832
Complementary color
Monochromatic Colors of #288832
Black with #288832
Text Example
Text Example
White with #288832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288832; }
p { color: rgb(40,136,50); }
H1.HeaderClassName
{
color: #288832;
}
.AnyTagClassName
{
color: #288832;
}
</style>
background-color css
<style>
a { background-color: #288832; }
a { background-color: rgb(40,136,50); }
div.DivClassName
{
background-color: #288832;
}
.BgClassName
{
background-color: #288832;
}
</style>
border-color css
<style>
span { border-color: #288832; }
span { border-color: rgb(40,136,50); }
td.TdClassName
{
border-color: #288832;
}
.TagClassName
{
border-color: #288832;
}
</style>