Shades of Forest Green #288A2C
Tints of Forest Green #288A2C
RGB
CMYK
RGB Variations
Color information
#288A2C (or 0x288A2C) is known color: Forest Green. HEX triplet: 28, 8A and 2C. RGB value is (40,138,44). Sum of RGB (Red+Green+Blue) = 40+138+44=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #288A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288A2C is #D775D3. Grayscale: #626262. Windows color (decimal): -14120404 or 2918952. OLE color: 2918952.
HSL color Cylindrical-coordinate representation of color #288A2C: hue angle of 122.45º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A2C is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 44 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.46 |
| HSL | 122.45º | 0.55% | 0.35% | - |
| HSV(B) | 122.45º | 0.71% | 0.54% | - |
| XYZ | 10.42 | 18.81 | 5.46 | - |
| YUV | 97.98 | 97.53 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 44 | 0.71 | 0 | 0.68 | 0.46 | 122.45 | 0.55 | 0.35 |
| Hex | 28 | 8A | 2C | 47 | 0 | 44 | 2E | 7A | 37 | 23 |
| Octal | 50 | 212 | 54 | 107 | 0 | 104 | 56 | 172 | 67 | 43 |
| Binary | 101000 | 10001010 | 101100 | 1000111 | 0 | 1000100 | 101110 | 1111010 | 110111 | 100011 |
Color Harmonies of #288A2C
Complementary color
Monochromatic Colors of #288A2C
Black with #288A2C
Text Example
Text Example
White with #288A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A2C; }
p { color: rgb(40,138,44); }
H1.HeaderClassName
{
color: #288A2C;
}
.AnyTagClassName
{
color: #288A2C;
}
</style>
background-color css
<style>
a { background-color: #288A2C; }
a { background-color: rgb(40,138,44); }
div.DivClassName
{
background-color: #288A2C;
}
.BgClassName
{
background-color: #288A2C;
}
</style>
border-color css
<style>
span { border-color: #288A2C; }
span { border-color: rgb(40,138,44); }
td.TdClassName
{
border-color: #288A2C;
}
.TagClassName
{
border-color: #288A2C;
}
</style>