Shades of Forest Green #28962B
Tints of Forest Green #28962B
RGB
CMYK
RGB Variations
Color information
#28962B (or 0x28962B) is known color: Forest Green. HEX triplet: 28, 96 and 2B. RGB value is (40,150,43). Sum of RGB (Red+Green+Blue) = 40+150+43=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #28962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28962B is #D769D4. Grayscale: #696969. Windows color (decimal): -14117333 or 2856488. OLE color: 2856488.
HSL color Cylindrical-coordinate representation of color #28962B: hue angle of 121.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28962B is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 150 | 43 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.41 |
| HSL | 121.64º | 0.58% | 0.37% | - |
| HSV(B) | 121.64º | 0.73% | 0.59% | - |
| XYZ | 12.22 | 22.44 | 5.97 | - |
| YUV | 104.91 | 93.06 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 43 | 0.73 | 0 | 0.71 | 0.41 | 121.64 | 0.58 | 0.37 |
| Hex | 28 | 96 | 2B | 49 | 0 | 47 | 29 | 7A | 3A | 25 |
| Octal | 50 | 226 | 53 | 111 | 0 | 107 | 51 | 172 | 72 | 45 |
| Binary | 101000 | 10010110 | 101011 | 1001001 | 0 | 1000111 | 101001 | 1111010 | 111010 | 100101 |
Color Harmonies of #28962B
Complementary color
Monochromatic Colors of #28962B
Black with #28962B
Text Example
Text Example
White with #28962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28962B; }
p { color: rgb(40,150,43); }
H1.HeaderClassName
{
color: #28962B;
}
.AnyTagClassName
{
color: #28962B;
}
</style>
background-color css
<style>
a { background-color: #28962B; }
a { background-color: rgb(40,150,43); }
div.DivClassName
{
background-color: #28962B;
}
.BgClassName
{
background-color: #28962B;
}
</style>
border-color css
<style>
span { border-color: #28962B; }
span { border-color: rgb(40,150,43); }
td.TdClassName
{
border-color: #28962B;
}
.TagClassName
{
border-color: #28962B;
}
</style>