Shades of Forest Green #288C38
Tints of Forest Green #288C38
RGB
CMYK
RGB Variations
Color information
#288C38 (or 0x288C38) is known color: Forest Green. HEX triplet: 28, 8C and 38. RGB value is (40,140,56). Sum of RGB (Red+Green+Blue) = 40+140+56=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #288C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C38 is #D773C7. Grayscale: #646464. Windows color (decimal): -14119880 or 3705896. OLE color: 3705896.
HSL color Cylindrical-coordinate representation of color #288C38: hue angle of 129.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288C38 is Cyan = 0.71, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 56 | - |
| CMYK | 0.71 | 0 | 0.6 | 0.45 |
| HSL | 129.6º | 0.56% | 0.35% | - |
| HSV(B) | 129.6º | 0.71% | 0.55% | - |
| XYZ | 10.97 | 19.49 | 6.93 | - |
| YUV | 100.52 | 102.87 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 56 | 0.71 | 0 | 0.6 | 0.45 | 129.6 | 0.56 | 0.35 |
| Hex | 28 | 8C | 38 | 47 | 0 | 3C | 2D | 82 | 38 | 23 |
| Octal | 50 | 214 | 70 | 107 | 0 | 74 | 55 | 202 | 70 | 43 |
| Binary | 101000 | 10001100 | 111000 | 1000111 | 0 | 111100 | 101101 | 10000010 | 111000 | 100011 |
Color Harmonies of #288C38
Complementary color
Monochromatic Colors of #288C38
Black with #288C38
Text Example
Text Example
White with #288C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C38; }
p { color: rgb(40,140,56); }
H1.HeaderClassName
{
color: #288C38;
}
.AnyTagClassName
{
color: #288C38;
}
</style>
background-color css
<style>
a { background-color: #288C38; }
a { background-color: rgb(40,140,56); }
div.DivClassName
{
background-color: #288C38;
}
.BgClassName
{
background-color: #288C38;
}
</style>
border-color css
<style>
span { border-color: #288C38; }
span { border-color: rgb(40,140,56); }
td.TdClassName
{
border-color: #288C38;
}
.TagClassName
{
border-color: #288C38;
}
</style>