Shades of Forest Green #28962D
Tints of Forest Green #28962D
RGB
CMYK
RGB Variations
Color information
#28962D (or 0x28962D) is known color: Forest Green. HEX triplet: 28, 96 and 2D. RGB value is (40,150,45). Sum of RGB (Red+Green+Blue) = 40+150+45=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #28962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28962D is #D769D2. Grayscale: #696969. Windows color (decimal): -14117331 or 2987560. OLE color: 2987560.
HSL color Cylindrical-coordinate representation of color #28962D: hue angle of 122.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28962D is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 150 | 45 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.41 |
| HSL | 122.73º | 0.58% | 0.37% | - |
| HSV(B) | 122.73º | 0.73% | 0.59% | - |
| XYZ | 12.26 | 22.45 | 6.17 | - |
| YUV | 105.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 45 | 0.73 | 0 | 0.70 | 0.41 | 122.73 | 0.58 | 0.37 |
| Hex | 28 | 96 | 2D | 49 | 0 | 46 | 29 | 7B | 3A | 25 |
| Octal | 50 | 226 | 55 | 111 | 0 | 106 | 51 | 173 | 72 | 45 |
| Binary | 101000 | 10010110 | 101101 | 1001001 | 0 | 1000110 | 101001 | 1111011 | 111010 | 100101 |
Color Harmonies of #28962D
Complementary color
Monochromatic Colors of #28962D
Black with #28962D
Text Example
Text Example
White with #28962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28962D; }
p { color: rgb(40,150,45); }
H1.HeaderClassName
{
color: #28962D;
}
.AnyTagClassName
{
color: #28962D;
}
</style>
background-color css
<style>
a { background-color: #28962D; }
a { background-color: rgb(40,150,45); }
div.DivClassName
{
background-color: #28962D;
}
.BgClassName
{
background-color: #28962D;
}
</style>
border-color css
<style>
span { border-color: #28962D; }
span { border-color: rgb(40,150,45); }
td.TdClassName
{
border-color: #28962D;
}
.TagClassName
{
border-color: #28962D;
}
</style>