Shades of Forest Green #288B12
Tints of Forest Green #288B12
RGB
CMYK
RGB Variations
Color information
#288B12 (or 0x288B12) is known color: Forest Green. HEX triplet: 28, 8B and 12. RGB value is (40,139,18). Sum of RGB (Red+Green+Blue) = 40+139+18=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 139 (54.69% from 255 or 70.56% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 139 - color contains mainly: green. Hex color #288B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288B12 is #D774ED. Grayscale: #5F5F5F. Windows color (decimal): -14120174 or 1215272. OLE color: 1215272.
HSL color Cylindrical-coordinate representation of color #288B12: hue angle of 109.09º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #288B12 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 18 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.45 |
| HSL | 109.09º | 0.77% | 0.31% | - |
| HSV(B) | 109.09º | 0.87% | 0.55% | - |
| XYZ | 10.22 | 18.96 | 3.69 | - |
| YUV | 95.61 | 84.2 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 18 | 0.71 | 0 | 0.87 | 0.45 | 109.09 | 0.77 | 0.31 |
| Hex | 28 | 8B | 12 | 47 | 0 | 57 | 2D | 6D | 4D | 1F |
| Octal | 50 | 213 | 22 | 107 | 0 | 127 | 55 | 155 | 115 | 37 |
| Binary | 101000 | 10001011 | 10010 | 1000111 | 0 | 1010111 | 101101 | 1101101 | 1001101 | 11111 |
Color Harmonies of #288B12
Complementary color
Monochromatic Colors of #288B12
Black with #288B12
Text Example
Text Example
White with #288B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B12; }
p { color: rgb(40,139,18); }
H1.HeaderClassName
{
color: #288B12;
}
.AnyTagClassName
{
color: #288B12;
}
</style>
background-color css
<style>
a { background-color: #288B12; }
a { background-color: rgb(40,139,18); }
div.DivClassName
{
background-color: #288B12;
}
.BgClassName
{
background-color: #288B12;
}
</style>
border-color css
<style>
span { border-color: #288B12; }
span { border-color: rgb(40,139,18); }
td.TdClassName
{
border-color: #288B12;
}
.TagClassName
{
border-color: #288B12;
}
</style>