Shades of Forest Green #288B2C
Tints of Forest Green #288B2C
RGB
CMYK
RGB Variations
Color information
#288B2C (or 0x288B2C) is known color: Forest Green. HEX triplet: 28, 8B and 2C. RGB value is (40,139,44). Sum of RGB (Red+Green+Blue) = 40+139+44=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #288B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B2C is #D774D3. Grayscale: #626262. Windows color (decimal): -14120148 or 2919208. OLE color: 2919208.
HSL color Cylindrical-coordinate representation of color #288B2C: hue angle of 122.42º degrees, saturation: 0.55, 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 #288B2C is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 44 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.45 |
| HSL | 122.42º | 0.55% | 0.35% | - |
| HSV(B) | 122.42º | 0.71% | 0.55% | - |
| XYZ | 10.56 | 19.1 | 5.51 | - |
| YUV | 98.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 44 | 0.71 | 0 | 0.68 | 0.45 | 122.42 | 0.55 | 0.35 |
| Hex | 28 | 8B | 2C | 47 | 0 | 44 | 2D | 7A | 37 | 23 |
| Octal | 50 | 213 | 54 | 107 | 0 | 104 | 55 | 172 | 67 | 43 |
| Binary | 101000 | 10001011 | 101100 | 1000111 | 0 | 1000100 | 101101 | 1111010 | 110111 | 100011 |
Color Harmonies of #288B2C
Complementary color
Monochromatic Colors of #288B2C
Black with #288B2C
Text Example
Text Example
White with #288B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B2C; }
p { color: rgb(40,139,44); }
H1.HeaderClassName
{
color: #288B2C;
}
.AnyTagClassName
{
color: #288B2C;
}
</style>
background-color css
<style>
a { background-color: #288B2C; }
a { background-color: rgb(40,139,44); }
div.DivClassName
{
background-color: #288B2C;
}
.BgClassName
{
background-color: #288B2C;
}
</style>
border-color css
<style>
span { border-color: #288B2C; }
span { border-color: rgb(40,139,44); }
td.TdClassName
{
border-color: #288B2C;
}
.TagClassName
{
border-color: #288B2C;
}
</style>