Shades of Forest Green #28953A
Tints of Forest Green #28953A
RGB
CMYK
RGB Variations
Color information
#28953A (or 0x28953A) is known color: Forest Green. HEX triplet: 28, 95 and 3A. RGB value is (40,149,58). Sum of RGB (Red+Green+Blue) = 40+149+58=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #28953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28953A is #D76AC5. Grayscale: #6A6A6A. Windows color (decimal): -14117574 or 3839272. OLE color: 3839272.
HSL color Cylindrical-coordinate representation of color #28953A: hue angle of 129.91º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28953A is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 58 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.42 |
| HSL | 129.91º | 0.58% | 0.37% | - |
| HSV(B) | 129.91º | 0.73% | 0.58% | - |
| XYZ | 12.39 | 22.25 | 7.65 | - |
| YUV | 106.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 58 | 0.73 | 0 | 0.61 | 0.42 | 129.91 | 0.58 | 0.37 |
| Hex | 28 | 95 | 3A | 49 | 0 | 3D | 2A | 82 | 3A | 25 |
| Octal | 50 | 225 | 72 | 111 | 0 | 75 | 52 | 202 | 72 | 45 |
| Binary | 101000 | 10010101 | 111010 | 1001001 | 0 | 111101 | 101010 | 10000010 | 111010 | 100101 |
Color Harmonies of #28953A
Complementary color
Monochromatic Colors of #28953A
Black with #28953A
Text Example
Text Example
White with #28953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28953A; }
p { color: rgb(40,149,58); }
H1.HeaderClassName
{
color: #28953A;
}
.AnyTagClassName
{
color: #28953A;
}
</style>
background-color css
<style>
a { background-color: #28953A; }
a { background-color: rgb(40,149,58); }
div.DivClassName
{
background-color: #28953A;
}
.BgClassName
{
background-color: #28953A;
}
</style>
border-color css
<style>
span { border-color: #28953A; }
span { border-color: rgb(40,149,58); }
td.TdClassName
{
border-color: #28953A;
}
.TagClassName
{
border-color: #28953A;
}
</style>