Shades of Forest Green #288A04
Tints of Forest Green #288A04
RGB
CMYK
RGB Variations
Color information
#288A04 (or 0x288A04) is known color: Forest Green. HEX triplet: 28, 8A and 04. RGB value is (40,138,4). Sum of RGB (Red+Green+Blue) = 40+138+4=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 138 (54.30% from 255 or 75.82% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 138 - color contains mainly: green. Hex color #288A04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288A04 is #D775FB. Grayscale: #5D5D5D. Windows color (decimal): -14120444 or 297512. OLE color: 297512.
HSL color Cylindrical-coordinate representation of color #288A04: hue angle of 103.88º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #288A04 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 4 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.46 |
| HSL | 103.88º | 0.94% | 0.28% | - |
| HSV(B) | 103.88º | 0.97% | 0.54% | - |
| XYZ | 9.99 | 18.64 | 3.19 | - |
| YUV | 93.42 | 77.53 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 4 | 0.71 | 0 | 0.97 | 0.46 | 103.88 | 0.94 | 0.28 |
| Hex | 28 | 8A | 4 | 47 | 0 | 61 | 2E | 68 | 5E | 1C |
| Octal | 50 | 212 | 4 | 107 | 0 | 141 | 56 | 150 | 136 | 34 |
| Binary | 101000 | 10001010 | 100 | 1000111 | 0 | 1100001 | 101110 | 1101000 | 1011110 | 11100 |
Color Harmonies of #288A04
Complementary color
Monochromatic Colors of #288A04
Black with #288A04
Text Example
Text Example
White with #288A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A04; }
p { color: rgb(40,138,4); }
H1.HeaderClassName
{
color: #288A04;
}
.AnyTagClassName
{
color: #288A04;
}
</style>
background-color css
<style>
a { background-color: #288A04; }
a { background-color: rgb(40,138,4); }
div.DivClassName
{
background-color: #288A04;
}
.BgClassName
{
background-color: #288A04;
}
</style>
border-color css
<style>
span { border-color: #288A04; }
span { border-color: rgb(40,138,4); }
td.TdClassName
{
border-color: #288A04;
}
.TagClassName
{
border-color: #288A04;
}
</style>