Shades of Forest Green #28952A
Tints of Forest Green #28952A
RGB
CMYK
RGB Variations
Color information
#28952A (or 0x28952A) is known color: Forest Green. HEX triplet: 28, 95 and 2A. RGB value is (40,149,42). Sum of RGB (Red+Green+Blue) = 40+149+42=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #28952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28952A is #D76AD5. Grayscale: #686868. Windows color (decimal): -14117590 or 2790696. OLE color: 2790696.
HSL color Cylindrical-coordinate representation of color #28952A: hue angle of 121.1º 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 #28952A is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 42 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.42 |
| HSL | 121.1º | 0.58% | 0.37% | - |
| HSV(B) | 121.1º | 0.73% | 0.58% | - |
| XYZ | 12.04 | 22.11 | 5.82 | - |
| YUV | 104.21 | 92.89 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 42 | 0.73 | 0 | 0.72 | 0.42 | 121.1 | 0.58 | 0.37 |
| Hex | 28 | 95 | 2A | 49 | 0 | 48 | 2A | 79 | 3A | 25 |
| Octal | 50 | 225 | 52 | 111 | 0 | 110 | 52 | 171 | 72 | 45 |
| Binary | 101000 | 10010101 | 101010 | 1001001 | 0 | 1001000 | 101010 | 1111001 | 111010 | 100101 |
Color Harmonies of #28952A
Complementary color
Monochromatic Colors of #28952A
Black with #28952A
Text Example
Text Example
White with #28952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28952A; }
p { color: rgb(40,149,42); }
H1.HeaderClassName
{
color: #28952A;
}
.AnyTagClassName
{
color: #28952A;
}
</style>
background-color css
<style>
a { background-color: #28952A; }
a { background-color: rgb(40,149,42); }
div.DivClassName
{
background-color: #28952A;
}
.BgClassName
{
background-color: #28952A;
}
</style>
border-color css
<style>
span { border-color: #28952A; }
span { border-color: rgb(40,149,42); }
td.TdClassName
{
border-color: #28952A;
}
.TagClassName
{
border-color: #28952A;
}
</style>