Shades of Forest Green #28950F
Tints of Forest Green #28950F
RGB
CMYK
RGB Variations
Color information
#28950F (or 0x28950F) is known color: Forest Green. HEX triplet: 28, 95 and 0F. RGB value is (40,149,15). Sum of RGB (Red+Green+Blue) = 40+149+15=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #28950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28950F is #D76AF0. Grayscale: #656565. Windows color (decimal): -14117617 or 1021224. OLE color: 1021224.
HSL color Cylindrical-coordinate representation of color #28950F: hue angle of 108.81º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28950F is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 15 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.42 |
| HSL | 108.81º | 0.82% | 0.32% | - |
| HSV(B) | 108.81º | 0.9% | 0.58% | - |
| XYZ | 11.71 | 21.98 | 4.08 | - |
| YUV | 101.13 | 79.39 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 15 | 0.73 | 0 | 0.90 | 0.42 | 108.81 | 0.82 | 0.32 |
| Hex | 28 | 95 | F | 49 | 0 | 5A | 2A | 6D | 52 | 20 |
| Octal | 50 | 225 | 17 | 111 | 0 | 132 | 52 | 155 | 122 | 40 |
| Binary | 101000 | 10010101 | 1111 | 1001001 | 0 | 1011010 | 101010 | 1101101 | 1010010 | 100000 |
Color Harmonies of #28950F
Complementary color
Monochromatic Colors of #28950F
Black with #28950F
Text Example
Text Example
White with #28950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28950F; }
p { color: rgb(40,149,15); }
H1.HeaderClassName
{
color: #28950F;
}
.AnyTagClassName
{
color: #28950F;
}
</style>
background-color css
<style>
a { background-color: #28950F; }
a { background-color: rgb(40,149,15); }
div.DivClassName
{
background-color: #28950F;
}
.BgClassName
{
background-color: #28950F;
}
</style>
border-color css
<style>
span { border-color: #28950F; }
span { border-color: rgb(40,149,15); }
td.TdClassName
{
border-color: #28950F;
}
.TagClassName
{
border-color: #28950F;
}
</style>