Shades of Forest Green #28950C
Tints of Forest Green #28950C
RGB
CMYK
RGB Variations
Color information
#28950C (or 0x28950C) is known color: Forest Green. HEX triplet: 28, 95 and 0C. RGB value is (40,149,12). Sum of RGB (Red+Green+Blue) = 40+149+12=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #28950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28950C is #D76AF3. Grayscale: #656565. Windows color (decimal): -14117620 or 824616. OLE color: 824616.
HSL color Cylindrical-coordinate representation of color #28950C: hue angle of 107.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28950C is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 12 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.42 |
| HSL | 107.74º | 0.85% | 0.32% | - |
| HSV(B) | 107.74º | 0.92% | 0.58% | - |
| XYZ | 11.69 | 21.97 | 3.97 | - |
| YUV | 100.79 | 77.89 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 12 | 0.73 | 0 | 0.92 | 0.42 | 107.74 | 0.85 | 0.32 |
| Hex | 28 | 95 | C | 49 | 0 | 5C | 2A | 6C | 55 | 20 |
| Octal | 50 | 225 | 14 | 111 | 0 | 134 | 52 | 154 | 125 | 40 |
| Binary | 101000 | 10010101 | 1100 | 1001001 | 0 | 1011100 | 101010 | 1101100 | 1010101 | 100000 |
Color Harmonies of #28950C
Complementary color
Monochromatic Colors of #28950C
Black with #28950C
Text Example
Text Example
White with #28950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28950C; }
p { color: rgb(40,149,12); }
H1.HeaderClassName
{
color: #28950C;
}
.AnyTagClassName
{
color: #28950C;
}
</style>
background-color css
<style>
a { background-color: #28950C; }
a { background-color: rgb(40,149,12); }
div.DivClassName
{
background-color: #28950C;
}
.BgClassName
{
background-color: #28950C;
}
</style>
border-color css
<style>
span { border-color: #28950C; }
span { border-color: rgb(40,149,12); }
td.TdClassName
{
border-color: #28950C;
}
.TagClassName
{
border-color: #28950C;
}
</style>