Shades of Forest Green #288C23
Tints of Forest Green #288C23
RGB
CMYK
RGB Variations
Color information
#288C23 (or 0x288C23) is known color: Forest Green. HEX triplet: 28, 8C and 23. RGB value is (40,140,35). Sum of RGB (Red+Green+Blue) = 40+140+35=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 140 (55.08% from 255 or 65.12% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 140 - color contains mainly: green. Hex color #288C23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C23 is #D773DC. Grayscale: #626262. Windows color (decimal): -14119901 or 2329640. OLE color: 2329640.
HSL color Cylindrical-coordinate representation of color #288C23: hue angle of 117.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288C23 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 35 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.45 |
| HSL | 117.14º | 0.6% | 0.34% | - |
| HSV(B) | 117.14º | 0.75% | 0.55% | - |
| XYZ | 10.56 | 19.33 | 4.76 | - |
| YUV | 98.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 35 | 0.71 | 0 | 0.75 | 0.45 | 117.14 | 0.6 | 0.34 |
| Hex | 28 | 8C | 23 | 47 | 0 | 4B | 2D | 75 | 3C | 22 |
| Octal | 50 | 214 | 43 | 107 | 0 | 113 | 55 | 165 | 74 | 42 |
| Binary | 101000 | 10001100 | 100011 | 1000111 | 0 | 1001011 | 101101 | 1110101 | 111100 | 100010 |
Color Harmonies of #288C23
Complementary color
Monochromatic Colors of #288C23
Black with #288C23
Text Example
Text Example
White with #288C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C23; }
p { color: rgb(40,140,35); }
H1.HeaderClassName
{
color: #288C23;
}
.AnyTagClassName
{
color: #288C23;
}
</style>
background-color css
<style>
a { background-color: #288C23; }
a { background-color: rgb(40,140,35); }
div.DivClassName
{
background-color: #288C23;
}
.BgClassName
{
background-color: #288C23;
}
</style>
border-color css
<style>
span { border-color: #288C23; }
span { border-color: rgb(40,140,35); }
td.TdClassName
{
border-color: #288C23;
}
.TagClassName
{
border-color: #288C23;
}
</style>