Shades of Forest Green #288A07
Tints of Forest Green #288A07
RGB
CMYK
RGB Variations
Color information
#288A07 (or 0x288A07) is known color: Forest Green. HEX triplet: 28, 8A and 07. RGB value is (40,138,7). Sum of RGB (Red+Green+Blue) = 40+138+7=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 138 (54.30% from 255 or 74.59% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 138 - color contains mainly: green. Hex color #288A07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288A07 is #D775F8. Grayscale: #5E5E5E. Windows color (decimal): -14120441 or 494120. OLE color: 494120.
HSL color Cylindrical-coordinate representation of color #288A07: hue angle of 104.89º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #288A07 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 7 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.46 |
| HSL | 104.89º | 0.9% | 0.28% | - |
| HSV(B) | 104.89º | 0.95% | 0.54% | - |
| XYZ | 10 | 18.64 | 3.27 | - |
| YUV | 93.76 | 79.03 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 7 | 0.71 | 0 | 0.95 | 0.46 | 104.89 | 0.9 | 0.28 |
| Hex | 28 | 8A | 7 | 47 | 0 | 5F | 2E | 69 | 5A | 1C |
| Octal | 50 | 212 | 7 | 107 | 0 | 137 | 56 | 151 | 132 | 34 |
| Binary | 101000 | 10001010 | 111 | 1000111 | 0 | 1011111 | 101110 | 1101001 | 1011010 | 11100 |
Color Harmonies of #288A07
Complementary color
Monochromatic Colors of #288A07
Black with #288A07
Text Example
Text Example
White with #288A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A07; }
p { color: rgb(40,138,7); }
H1.HeaderClassName
{
color: #288A07;
}
.AnyTagClassName
{
color: #288A07;
}
</style>
background-color css
<style>
a { background-color: #288A07; }
a { background-color: rgb(40,138,7); }
div.DivClassName
{
background-color: #288A07;
}
.BgClassName
{
background-color: #288A07;
}
</style>
border-color css
<style>
span { border-color: #288A07; }
span { border-color: rgb(40,138,7); }
td.TdClassName
{
border-color: #288A07;
}
.TagClassName
{
border-color: #288A07;
}
</style>