Shades of Forest Green #28952C
Tints of Forest Green #28952C
RGB
CMYK
RGB Variations
Color information
#28952C (or 0x28952C) is known color: Forest Green. HEX triplet: 28, 95 and 2C. RGB value is (40,149,44). Sum of RGB (Red+Green+Blue) = 40+149+44=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #28952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28952C is #D76AD3. Grayscale: #686868. Windows color (decimal): -14117588 or 2921768. OLE color: 2921768.
HSL color Cylindrical-coordinate representation of color #28952C: hue angle of 122.2º 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 #28952C is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 44 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.42 |
| HSL | 122.2º | 0.58% | 0.37% | - |
| HSV(B) | 122.2º | 0.73% | 0.58% | - |
| XYZ | 12.08 | 22.13 | 6.02 | - |
| YUV | 104.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 44 | 0.73 | 0 | 0.70 | 0.42 | 122.2 | 0.58 | 0.37 |
| Hex | 28 | 95 | 2C | 49 | 0 | 46 | 2A | 7A | 3A | 25 |
| Octal | 50 | 225 | 54 | 111 | 0 | 106 | 52 | 172 | 72 | 45 |
| Binary | 101000 | 10010101 | 101100 | 1001001 | 0 | 1000110 | 101010 | 1111010 | 111010 | 100101 |
Color Harmonies of #28952C
Complementary color
Monochromatic Colors of #28952C
Black with #28952C
Text Example
Text Example
White with #28952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28952C; }
p { color: rgb(40,149,44); }
H1.HeaderClassName
{
color: #28952C;
}
.AnyTagClassName
{
color: #28952C;
}
</style>
background-color css
<style>
a { background-color: #28952C; }
a { background-color: rgb(40,149,44); }
div.DivClassName
{
background-color: #28952C;
}
.BgClassName
{
background-color: #28952C;
}
</style>
border-color css
<style>
span { border-color: #28952C; }
span { border-color: rgb(40,149,44); }
td.TdClassName
{
border-color: #28952C;
}
.TagClassName
{
border-color: #28952C;
}
</style>