Shades of Forest Green #28952F
Tints of Forest Green #28952F
RGB
CMYK
RGB Variations
Color information
#28952F (or 0x28952F) is known color: Forest Green. HEX triplet: 28, 95 and 2F. RGB value is (40,149,47). Sum of RGB (Red+Green+Blue) = 40+149+47=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #28952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28952F is #D76AD0. Grayscale: #696969. Windows color (decimal): -14117585 or 3118376. OLE color: 3118376.
HSL color Cylindrical-coordinate representation of color #28952F: hue angle of 123.85º 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 #28952F is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 47 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.42 |
| HSL | 123.85º | 0.58% | 0.37% | - |
| HSV(B) | 123.85º | 0.73% | 0.58% | - |
| XYZ | 12.14 | 22.15 | 6.33 | - |
| YUV | 104.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 47 | 0.73 | 0 | 0.68 | 0.42 | 123.85 | 0.58 | 0.37 |
| Hex | 28 | 95 | 2F | 49 | 0 | 44 | 2A | 7C | 3A | 25 |
| Octal | 50 | 225 | 57 | 111 | 0 | 104 | 52 | 174 | 72 | 45 |
| Binary | 101000 | 10010101 | 101111 | 1001001 | 0 | 1000100 | 101010 | 1111100 | 111010 | 100101 |
Color Harmonies of #28952F
Complementary color
Monochromatic Colors of #28952F
Black with #28952F
Text Example
Text Example
White with #28952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28952F; }
p { color: rgb(40,149,47); }
H1.HeaderClassName
{
color: #28952F;
}
.AnyTagClassName
{
color: #28952F;
}
</style>
background-color css
<style>
a { background-color: #28952F; }
a { background-color: rgb(40,149,47); }
div.DivClassName
{
background-color: #28952F;
}
.BgClassName
{
background-color: #28952F;
}
</style>
border-color css
<style>
span { border-color: #28952F; }
span { border-color: rgb(40,149,47); }
td.TdClassName
{
border-color: #28952F;
}
.TagClassName
{
border-color: #28952F;
}
</style>