Shades of Forest Green #288B2D
Tints of Forest Green #288B2D
RGB
CMYK
RGB Variations
Color information
#288B2D (or 0x288B2D) is known color: Forest Green. HEX triplet: 28, 8B and 2D. RGB value is (40,139,45). Sum of RGB (Red+Green+Blue) = 40+139+45=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #288B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B2D is #D774D2. Grayscale: #626262. Windows color (decimal): -14120147 or 2984744. OLE color: 2984744.
HSL color Cylindrical-coordinate representation of color #288B2D: hue angle of 123.03º 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 #288B2D is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 45 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.45 |
| HSL | 123.03º | 0.55% | 0.35% | - |
| HSV(B) | 123.03º | 0.71% | 0.55% | - |
| XYZ | 10.58 | 19.11 | 5.61 | - |
| YUV | 98.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 45 | 0.71 | 0 | 0.68 | 0.45 | 123.03 | 0.55 | 0.35 |
| Hex | 28 | 8B | 2D | 47 | 0 | 44 | 2D | 7B | 37 | 23 |
| Octal | 50 | 213 | 55 | 107 | 0 | 104 | 55 | 173 | 67 | 43 |
| Binary | 101000 | 10001011 | 101101 | 1000111 | 0 | 1000100 | 101101 | 1111011 | 110111 | 100011 |
Color Harmonies of #288B2D
Complementary color
Monochromatic Colors of #288B2D
Black with #288B2D
Text Example
Text Example
White with #288B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B2D; }
p { color: rgb(40,139,45); }
H1.HeaderClassName
{
color: #288B2D;
}
.AnyTagClassName
{
color: #288B2D;
}
</style>
background-color css
<style>
a { background-color: #288B2D; }
a { background-color: rgb(40,139,45); }
div.DivClassName
{
background-color: #288B2D;
}
.BgClassName
{
background-color: #288B2D;
}
</style>
border-color css
<style>
span { border-color: #288B2D; }
span { border-color: rgb(40,139,45); }
td.TdClassName
{
border-color: #288B2D;
}
.TagClassName
{
border-color: #288B2D;
}
</style>