Shades of Forest Green #28942C
Tints of Forest Green #28942C
RGB
CMYK
RGB Variations
Color information
#28942C (or 0x28942C) is known color: Forest Green. HEX triplet: 28, 94 and 2C. RGB value is (40,148,44). Sum of RGB (Red+Green+Blue) = 40+148+44=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #28942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28942C is #D76BD3. Grayscale: #686868. Windows color (decimal): -14117844 or 2921512. OLE color: 2921512.
HSL color Cylindrical-coordinate representation of color #28942C: hue angle of 122.22º degrees, saturation: 0.57, 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 #28942C is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 44 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.42 |
| HSL | 122.22º | 0.57% | 0.37% | - |
| HSV(B) | 122.22º | 0.73% | 0.58% | - |
| XYZ | 11.92 | 21.81 | 5.96 | - |
| YUV | 103.85 | 94.22 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 44 | 0.73 | 0 | 0.70 | 0.42 | 122.22 | 0.57 | 0.37 |
| Hex | 28 | 94 | 2C | 49 | 0 | 46 | 2A | 7A | 39 | 25 |
| Octal | 50 | 224 | 54 | 111 | 0 | 106 | 52 | 172 | 71 | 45 |
| Binary | 101000 | 10010100 | 101100 | 1001001 | 0 | 1000110 | 101010 | 1111010 | 111001 | 100101 |
Color Harmonies of #28942C
Complementary color
Monochromatic Colors of #28942C
Black with #28942C
Text Example
Text Example
White with #28942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28942C; }
p { color: rgb(40,148,44); }
H1.HeaderClassName
{
color: #28942C;
}
.AnyTagClassName
{
color: #28942C;
}
</style>
background-color css
<style>
a { background-color: #28942C; }
a { background-color: rgb(40,148,44); }
div.DivClassName
{
background-color: #28942C;
}
.BgClassName
{
background-color: #28942C;
}
</style>
border-color css
<style>
span { border-color: #28942C; }
span { border-color: rgb(40,148,44); }
td.TdClassName
{
border-color: #28942C;
}
.TagClassName
{
border-color: #28942C;
}
</style>