Shades of Forest Green #288B05
Tints of Forest Green #288B05
RGB
CMYK
RGB Variations
Color information
#288B05 (or 0x288B05) is known color: Forest Green. HEX triplet: 28, 8B and 05. RGB value is (40,139,5). Sum of RGB (Red+Green+Blue) = 40+139+5=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 139 (54.69% from 255 or 75.54% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 139 - color contains mainly: green. Hex color #288B05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288B05 is #D774FA. Grayscale: #5E5E5E. Windows color (decimal): -14120187 or 363304. OLE color: 363304.
HSL color Cylindrical-coordinate representation of color #288B05: hue angle of 104.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #288B05 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 5 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.45 |
| HSL | 104.33º | 0.93% | 0.28% | - |
| HSV(B) | 104.33º | 0.96% | 0.55% | - |
| XYZ | 10.14 | 18.93 | 3.26 | - |
| YUV | 94.12 | 77.7 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 5 | 0.71 | 0 | 0.96 | 0.45 | 104.33 | 0.93 | 0.28 |
| Hex | 28 | 8B | 5 | 47 | 0 | 60 | 2D | 68 | 5D | 1C |
| Octal | 50 | 213 | 5 | 107 | 0 | 140 | 55 | 150 | 135 | 34 |
| Binary | 101000 | 10001011 | 101 | 1000111 | 0 | 1100000 | 101101 | 1101000 | 1011101 | 11100 |
Color Harmonies of #288B05
Complementary color
Monochromatic Colors of #288B05
Black with #288B05
Text Example
Text Example
White with #288B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B05; }
p { color: rgb(40,139,5); }
H1.HeaderClassName
{
color: #288B05;
}
.AnyTagClassName
{
color: #288B05;
}
</style>
background-color css
<style>
a { background-color: #288B05; }
a { background-color: rgb(40,139,5); }
div.DivClassName
{
background-color: #288B05;
}
.BgClassName
{
background-color: #288B05;
}
</style>
border-color css
<style>
span { border-color: #288B05; }
span { border-color: rgb(40,139,5); }
td.TdClassName
{
border-color: #288B05;
}
.TagClassName
{
border-color: #288B05;
}
</style>