Shades of Forest Green #28A007
Tints of Forest Green #28A007
RGB
CMYK
RGB Variations
Color information
#28A007 (or 0x28A007) is known color: Forest Green. HEX triplet: 28, A0 and 07. RGB value is (40,160,7). Sum of RGB (Red+Green+Blue) = 40+160+7=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 160 (62.89% from 255 or 77.29% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 160 - color contains mainly: green. Hex color #28A007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A007 is #D75FF8. Grayscale: #6B6B6B. Windows color (decimal): -14114809 or 499752. OLE color: 499752.
HSL color Cylindrical-coordinate representation of color #28A007: hue angle of 107.06º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28A007 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 7 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.37 |
| HSL | 107.06º | 0.92% | 0.33% | - |
| HSV(B) | 107.06º | 0.96% | 0.63% | - |
| XYZ | 13.48 | 25.61 | 4.43 | - |
| YUV | 106.68 | 71.74 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 7 | 0.75 | 0 | 0.96 | 0.37 | 107.06 | 0.92 | 0.33 |
| Hex | 28 | A0 | 7 | 4B | 0 | 60 | 25 | 6B | 5C | 21 |
| Octal | 50 | 240 | 7 | 113 | 0 | 140 | 45 | 153 | 134 | 41 |
| Binary | 101000 | 10100000 | 111 | 1001011 | 0 | 1100000 | 100101 | 1101011 | 1011100 | 100001 |
Color Harmonies of #28A007
Complementary color
Monochromatic Colors of #28A007
Black with #28A007
Text Example
Text Example
White with #28A007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A007; }
p { color: rgb(40,160,7); }
H1.HeaderClassName
{
color: #28A007;
}
.AnyTagClassName
{
color: #28A007;
}
</style>
background-color css
<style>
a { background-color: #28A007; }
a { background-color: rgb(40,160,7); }
div.DivClassName
{
background-color: #28A007;
}
.BgClassName
{
background-color: #28A007;
}
</style>
border-color css
<style>
span { border-color: #28A007; }
span { border-color: rgb(40,160,7); }
td.TdClassName
{
border-color: #28A007;
}
.TagClassName
{
border-color: #28A007;
}
</style>