Shades of Forest Green #28952D
Tints of Forest Green #28952D
RGB
CMYK
RGB Variations
Color information
#28952D (or 0x28952D) is known color: Forest Green. HEX triplet: 28, 95 and 2D. RGB value is (40,149,45). Sum of RGB (Red+Green+Blue) = 40+149+45=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #28952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28952D is #D76AD2. Grayscale: #686868. Windows color (decimal): -14117587 or 2987304. OLE color: 2987304.
HSL color Cylindrical-coordinate representation of color #28952D: hue angle of 122.75º 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 #28952D is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 45 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.42 |
| HSL | 122.75º | 0.58% | 0.37% | - |
| HSV(B) | 122.75º | 0.73% | 0.58% | - |
| XYZ | 12.1 | 22.14 | 6.12 | - |
| YUV | 104.55 | 94.39 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 45 | 0.73 | 0 | 0.70 | 0.42 | 122.75 | 0.58 | 0.37 |
| Hex | 28 | 95 | 2D | 49 | 0 | 46 | 2A | 7B | 3A | 25 |
| Octal | 50 | 225 | 55 | 111 | 0 | 106 | 52 | 173 | 72 | 45 |
| Binary | 101000 | 10010101 | 101101 | 1001001 | 0 | 1000110 | 101010 | 1111011 | 111010 | 100101 |
Color Harmonies of #28952D
Complementary color
Monochromatic Colors of #28952D
Black with #28952D
Text Example
Text Example
White with #28952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28952D; }
p { color: rgb(40,149,45); }
H1.HeaderClassName
{
color: #28952D;
}
.AnyTagClassName
{
color: #28952D;
}
</style>
background-color css
<style>
a { background-color: #28952D; }
a { background-color: rgb(40,149,45); }
div.DivClassName
{
background-color: #28952D;
}
.BgClassName
{
background-color: #28952D;
}
</style>
border-color css
<style>
span { border-color: #28952D; }
span { border-color: rgb(40,149,45); }
td.TdClassName
{
border-color: #28952D;
}
.TagClassName
{
border-color: #28952D;
}
</style>