Shades of Forest Green #288205
Tints of Forest Green #288205
RGB
CMYK
RGB Variations
Color information
#288205 (or 0x288205) is known color: Forest Green. HEX triplet: 28, 82 and 05. RGB value is (40,130,5). Sum of RGB (Red+Green+Blue) = 40+130+5=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #288205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288205 is #D77DFA. Grayscale: #595959. Windows color (decimal): -14122491 or 361000. OLE color: 361000.
HSL color Cylindrical-coordinate representation of color #288205: hue angle of 103.2º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #288205 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 5 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.49 |
| HSL | 103.2º | 0.93% | 0.26% | - |
| HSV(B) | 103.2º | 0.96% | 0.51% | - |
| XYZ | 8.89 | 16.43 | 2.85 | - |
| YUV | 88.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 5 | 0.69 | 0 | 0.96 | 0.49 | 103.2 | 0.93 | 0.26 |
| Hex | 28 | 82 | 5 | 45 | 0 | 60 | 31 | 67 | 5D | 1A |
| Octal | 50 | 202 | 5 | 105 | 0 | 140 | 61 | 147 | 135 | 32 |
| Binary | 101000 | 10000010 | 101 | 1000101 | 0 | 1100000 | 110001 | 1100111 | 1011101 | 11010 |
Color Harmonies of #288205
Complementary color
Monochromatic Colors of #288205
Black with #288205
Text Example
Text Example
White with #288205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288205; }
p { color: rgb(40,130,5); }
H1.HeaderClassName
{
color: #288205;
}
.AnyTagClassName
{
color: #288205;
}
</style>
background-color css
<style>
a { background-color: #288205; }
a { background-color: rgb(40,130,5); }
div.DivClassName
{
background-color: #288205;
}
.BgClassName
{
background-color: #288205;
}
</style>
border-color css
<style>
span { border-color: #288205; }
span { border-color: rgb(40,130,5); }
td.TdClassName
{
border-color: #288205;
}
.TagClassName
{
border-color: #288205;
}
</style>