Shades of Forest Green #28960C
Tints of Forest Green #28960C
RGB
CMYK
RGB Variations
Color information
#28960C (or 0x28960C) is known color: Forest Green. HEX triplet: 28, 96 and 0C. RGB value is (40,150,12). Sum of RGB (Red+Green+Blue) = 40+150+12=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 150 (58.98% from 255 or 74.26% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 150 - color contains mainly: green. Hex color #28960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28960C is #D769F3. Grayscale: #656565. Windows color (decimal): -14117364 or 824872. OLE color: 824872.
HSL color Cylindrical-coordinate representation of color #28960C: hue angle of 107.83º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28960C is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 150 | 12 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.41 |
| HSL | 107.83º | 0.85% | 0.32% | - |
| HSV(B) | 107.83º | 0.92% | 0.59% | - |
| XYZ | 11.85 | 22.29 | 4.03 | - |
| YUV | 101.38 | 77.56 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 12 | 0.73 | 0 | 0.92 | 0.41 | 107.83 | 0.85 | 0.32 |
| Hex | 28 | 96 | C | 49 | 0 | 5C | 29 | 6C | 55 | 20 |
| Octal | 50 | 226 | 14 | 111 | 0 | 134 | 51 | 154 | 125 | 40 |
| Binary | 101000 | 10010110 | 1100 | 1001001 | 0 | 1011100 | 101001 | 1101100 | 1010101 | 100000 |
Color Harmonies of #28960C
Complementary color
Monochromatic Colors of #28960C
Black with #28960C
Text Example
Text Example
White with #28960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28960C; }
p { color: rgb(40,150,12); }
H1.HeaderClassName
{
color: #28960C;
}
.AnyTagClassName
{
color: #28960C;
}
</style>
background-color css
<style>
a { background-color: #28960C; }
a { background-color: rgb(40,150,12); }
div.DivClassName
{
background-color: #28960C;
}
.BgClassName
{
background-color: #28960C;
}
</style>
border-color css
<style>
span { border-color: #28960C; }
span { border-color: rgb(40,150,12); }
td.TdClassName
{
border-color: #28960C;
}
.TagClassName
{
border-color: #28960C;
}
</style>