Shades of Forest Green #288F3B
Tints of Forest Green #288F3B
RGB
CMYK
RGB Variations
Color information
#288F3B (or 0x288F3B) is known color: Forest Green. HEX triplet: 28, 8F and 3B. RGB value is (40,143,59). Sum of RGB (Red+Green+Blue) = 40+143+59=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #288F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F3B is #D770C4. Grayscale: #666666. Windows color (decimal): -14119109 or 3903272. OLE color: 3903272.
HSL color Cylindrical-coordinate representation of color #288F3B: hue angle of 131.07º 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 #288F3B is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 59 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.44 |
| HSL | 131.07º | 0.56% | 0.36% | - |
| HSV(B) | 131.07º | 0.72% | 0.56% | - |
| XYZ | 11.49 | 20.41 | 7.47 | - |
| YUV | 102.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 59 | 0.72 | 0 | 0.59 | 0.44 | 131.07 | 0.56 | 0.36 |
| Hex | 28 | 8F | 3B | 48 | 0 | 3B | 2C | 83 | 38 | 24 |
| Octal | 50 | 217 | 73 | 110 | 0 | 73 | 54 | 203 | 70 | 44 |
| Binary | 101000 | 10001111 | 111011 | 1001000 | 0 | 111011 | 101100 | 10000011 | 111000 | 100100 |
Color Harmonies of #288F3B
Complementary color
Monochromatic Colors of #288F3B
Black with #288F3B
Text Example
Text Example
White with #288F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F3B; }
p { color: rgb(40,143,59); }
H1.HeaderClassName
{
color: #288F3B;
}
.AnyTagClassName
{
color: #288F3B;
}
</style>
background-color css
<style>
a { background-color: #288F3B; }
a { background-color: rgb(40,143,59); }
div.DivClassName
{
background-color: #288F3B;
}
.BgClassName
{
background-color: #288F3B;
}
</style>
border-color css
<style>
span { border-color: #288F3B; }
span { border-color: rgb(40,143,59); }
td.TdClassName
{
border-color: #288F3B;
}
.TagClassName
{
border-color: #288F3B;
}
</style>