Shades of Forest Green #288F36
Tints of Forest Green #288F36
RGB
CMYK
RGB Variations
Color information
#288F36 (or 0x288F36) is known color: Forest Green. HEX triplet: 28, 8F and 36. RGB value is (40,143,54). Sum of RGB (Red+Green+Blue) = 40+143+54=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 143 (56.25% from 255 or 60.34% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 143 - color contains mainly: green. Hex color #288F36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F36 is #D770C9. Grayscale: #666666. Windows color (decimal): -14119114 or 3575592. OLE color: 3575592.
HSL color Cylindrical-coordinate representation of color #288F36: hue angle of 128.16º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F36 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 54 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.44 |
| HSL | 128.16º | 0.56% | 0.36% | - |
| HSV(B) | 128.16º | 0.72% | 0.56% | - |
| XYZ | 11.36 | 20.36 | 6.82 | - |
| YUV | 102.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 54 | 0.72 | 0 | 0.62 | 0.44 | 128.16 | 0.56 | 0.36 |
| Hex | 28 | 8F | 36 | 48 | 0 | 3E | 2C | 80 | 38 | 24 |
| Octal | 50 | 217 | 66 | 110 | 0 | 76 | 54 | 200 | 70 | 44 |
| Binary | 101000 | 10001111 | 110110 | 1001000 | 0 | 111110 | 101100 | 10000000 | 111000 | 100100 |
Color Harmonies of #288F36
Complementary color
Monochromatic Colors of #288F36
Black with #288F36
Text Example
Text Example
White with #288F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F36; }
p { color: rgb(40,143,54); }
H1.HeaderClassName
{
color: #288F36;
}
.AnyTagClassName
{
color: #288F36;
}
</style>
background-color css
<style>
a { background-color: #288F36; }
a { background-color: rgb(40,143,54); }
div.DivClassName
{
background-color: #288F36;
}
.BgClassName
{
background-color: #288F36;
}
</style>
border-color css
<style>
span { border-color: #288F36; }
span { border-color: rgb(40,143,54); }
td.TdClassName
{
border-color: #288F36;
}
.TagClassName
{
border-color: #288F36;
}
</style>