Shades of Forest Green #288D34
Tints of Forest Green #288D34
RGB
CMYK
RGB Variations
Color information
#288D34 (or 0x288D34) is known color: Forest Green. HEX triplet: 28, 8D and 34. RGB value is (40,141,52). Sum of RGB (Red+Green+Blue) = 40+141+52=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #288D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D34 is #D772CB. Grayscale: #646464. Windows color (decimal): -14119628 or 3444008. OLE color: 3444008.
HSL color Cylindrical-coordinate representation of color #288D34: hue angle of 127.13º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D34 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 52 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.45 |
| HSL | 127.13º | 0.56% | 0.35% | - |
| HSV(B) | 127.13º | 0.72% | 0.55% | - |
| XYZ | 11.02 | 19.75 | 6.48 | - |
| YUV | 100.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 52 | 0.72 | 0 | 0.63 | 0.45 | 127.13 | 0.56 | 0.35 |
| Hex | 28 | 8D | 34 | 48 | 0 | 3F | 2D | 7F | 38 | 23 |
| Octal | 50 | 215 | 64 | 110 | 0 | 77 | 55 | 177 | 70 | 43 |
| Binary | 101000 | 10001101 | 110100 | 1001000 | 0 | 111111 | 101101 | 1111111 | 111000 | 100011 |
Color Harmonies of #288D34
Complementary color
Monochromatic Colors of #288D34
Black with #288D34
Text Example
Text Example
White with #288D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D34; }
p { color: rgb(40,141,52); }
H1.HeaderClassName
{
color: #288D34;
}
.AnyTagClassName
{
color: #288D34;
}
</style>
background-color css
<style>
a { background-color: #288D34; }
a { background-color: rgb(40,141,52); }
div.DivClassName
{
background-color: #288D34;
}
.BgClassName
{
background-color: #288D34;
}
</style>
border-color css
<style>
span { border-color: #288D34; }
span { border-color: rgb(40,141,52); }
td.TdClassName
{
border-color: #288D34;
}
.TagClassName
{
border-color: #288D34;
}
</style>