Shades of Forest Green #288A05
Tints of Forest Green #288A05
RGB
CMYK
RGB Variations
Color information
#288A05 (or 0x288A05) is known color: Forest Green. HEX triplet: 28, 8A and 05. RGB value is (40,138,5). Sum of RGB (Red+Green+Blue) = 40+138+5=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 138 (54.30% from 255 or 75.41% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 138 - color contains mainly: green. Hex color #288A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288A05 is #D775FA. Grayscale: #5D5D5D. Windows color (decimal): -14120443 or 363048. OLE color: 363048.
HSL color Cylindrical-coordinate representation of color #288A05: hue angle of 104.21º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #288A05 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 5 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.46 |
| HSL | 104.21º | 0.93% | 0.28% | - |
| HSV(B) | 104.21º | 0.96% | 0.54% | - |
| XYZ | 9.99 | 18.64 | 3.21 | - |
| YUV | 93.54 | 78.03 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 5 | 0.71 | 0 | 0.96 | 0.46 | 104.21 | 0.93 | 0.28 |
| Hex | 28 | 8A | 5 | 47 | 0 | 60 | 2E | 68 | 5D | 1C |
| Octal | 50 | 212 | 5 | 107 | 0 | 140 | 56 | 150 | 135 | 34 |
| Binary | 101000 | 10001010 | 101 | 1000111 | 0 | 1100000 | 101110 | 1101000 | 1011101 | 11100 |
Color Harmonies of #288A05
Complementary color
Monochromatic Colors of #288A05
Black with #288A05
Text Example
Text Example
White with #288A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A05; }
p { color: rgb(40,138,5); }
H1.HeaderClassName
{
color: #288A05;
}
.AnyTagClassName
{
color: #288A05;
}
</style>
background-color css
<style>
a { background-color: #288A05; }
a { background-color: rgb(40,138,5); }
div.DivClassName
{
background-color: #288A05;
}
.BgClassName
{
background-color: #288A05;
}
</style>
border-color css
<style>
span { border-color: #288A05; }
span { border-color: rgb(40,138,5); }
td.TdClassName
{
border-color: #288A05;
}
.TagClassName
{
border-color: #288A05;
}
</style>