Shades of Forest Green #28A70A
Tints of Forest Green #28A70A
RGB
CMYK
RGB Variations
Color information
#28A70A (or 0x28A70A) is known color: Forest Green. HEX triplet: 28, A7 and 0A. RGB value is (40,167,10). Sum of RGB (Red+Green+Blue) = 40+167+10=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 167 (65.62% from 255 or 76.96% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 167 - color contains mainly: green. Hex color #28A70A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A70A is #D758F5. Grayscale: #6F6F6F. Windows color (decimal): -14113014 or 698152. OLE color: 698152.
HSL color Cylindrical-coordinate representation of color #28A70A: hue angle of 108.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28A70A is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 10 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.35 |
| HSL | 108.54º | 0.89% | 0.35% | - |
| HSV(B) | 108.54º | 0.94% | 0.65% | - |
| XYZ | 14.75 | 28.11 | 4.94 | - |
| YUV | 111.13 | 70.92 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 10 | 0.76 | 0 | 0.94 | 0.35 | 108.54 | 0.89 | 0.35 |
| Hex | 28 | A7 | A | 4C | 0 | 5E | 23 | 6D | 59 | 23 |
| Octal | 50 | 247 | 12 | 114 | 0 | 136 | 43 | 155 | 131 | 43 |
| Binary | 101000 | 10100111 | 1010 | 1001100 | 0 | 1011110 | 100011 | 1101101 | 1011001 | 100011 |
Color Harmonies of #28A70A
Complementary color
Monochromatic Colors of #28A70A
Black with #28A70A
Text Example
Text Example
White with #28A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A70A; }
p { color: rgb(40,167,10); }
H1.HeaderClassName
{
color: #28A70A;
}
.AnyTagClassName
{
color: #28A70A;
}
</style>
background-color css
<style>
a { background-color: #28A70A; }
a { background-color: rgb(40,167,10); }
div.DivClassName
{
background-color: #28A70A;
}
.BgClassName
{
background-color: #28A70A;
}
</style>
border-color css
<style>
span { border-color: #28A70A; }
span { border-color: rgb(40,167,10); }
td.TdClassName
{
border-color: #28A70A;
}
.TagClassName
{
border-color: #28A70A;
}
</style>