Shades of Forest Green #288F34
Tints of Forest Green #288F34
RGB
CMYK
RGB Variations
Color information
#288F34 (or 0x288F34) is known color: Forest Green. HEX triplet: 28, 8F and 34. RGB value is (40,143,52). Sum of RGB (Red+Green+Blue) = 40+143+52=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 143 (56.25% from 255 or 60.85% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 143 - color contains mainly: green. Hex color #288F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F34 is #D770CB. Grayscale: #666666. Windows color (decimal): -14119116 or 3444520. OLE color: 3444520.
HSL color Cylindrical-coordinate representation of color #288F34: hue angle of 126.99º 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 #288F34 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 52 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.44 |
| HSL | 126.99º | 0.56% | 0.36% | - |
| HSV(B) | 126.99º | 0.72% | 0.56% | - |
| XYZ | 11.32 | 20.34 | 6.58 | - |
| YUV | 101.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 52 | 0.72 | 0 | 0.64 | 0.44 | 126.99 | 0.56 | 0.36 |
| Hex | 28 | 8F | 34 | 48 | 0 | 40 | 2C | 7F | 38 | 24 |
| Octal | 50 | 217 | 64 | 110 | 0 | 100 | 54 | 177 | 70 | 44 |
| Binary | 101000 | 10001111 | 110100 | 1001000 | 0 | 1000000 | 101100 | 1111111 | 111000 | 100100 |
Color Harmonies of #288F34
Complementary color
Monochromatic Colors of #288F34
Black with #288F34
Text Example
Text Example
White with #288F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F34; }
p { color: rgb(40,143,52); }
H1.HeaderClassName
{
color: #288F34;
}
.AnyTagClassName
{
color: #288F34;
}
</style>
background-color css
<style>
a { background-color: #288F34; }
a { background-color: rgb(40,143,52); }
div.DivClassName
{
background-color: #288F34;
}
.BgClassName
{
background-color: #288F34;
}
</style>
border-color css
<style>
span { border-color: #288F34; }
span { border-color: rgb(40,143,52); }
td.TdClassName
{
border-color: #288F34;
}
.TagClassName
{
border-color: #288F34;
}
</style>