Shades of Forest Green #28950B
Tints of Forest Green #28950B
RGB
CMYK
RGB Variations
Color information
#28950B (or 0x28950B) is known color: Forest Green. HEX triplet: 28, 95 and 0B. RGB value is (40,149,11). Sum of RGB (Red+Green+Blue) = 40+149+11=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 149 (58.59% from 255 or 74.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 149 - color contains mainly: green. Hex color #28950B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28950B is #D76AF4. Grayscale: #656565. Windows color (decimal): -14117621 or 759080. OLE color: 759080.
HSL color Cylindrical-coordinate representation of color #28950B: hue angle of 107.39º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28950B is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 11 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.42 |
| HSL | 107.39º | 0.86% | 0.31% | - |
| HSV(B) | 107.39º | 0.93% | 0.58% | - |
| XYZ | 11.68 | 21.97 | 3.94 | - |
| YUV | 100.68 | 77.39 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 11 | 0.73 | 0 | 0.93 | 0.42 | 107.39 | 0.86 | 0.31 |
| Hex | 28 | 95 | B | 49 | 0 | 5D | 2A | 6B | 56 | 1F |
| Octal | 50 | 225 | 13 | 111 | 0 | 135 | 52 | 153 | 126 | 37 |
| Binary | 101000 | 10010101 | 1011 | 1001001 | 0 | 1011101 | 101010 | 1101011 | 1010110 | 11111 |
Color Harmonies of #28950B
Complementary color
Monochromatic Colors of #28950B
Black with #28950B
Text Example
Text Example
White with #28950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28950B; }
p { color: rgb(40,149,11); }
H1.HeaderClassName
{
color: #28950B;
}
.AnyTagClassName
{
color: #28950B;
}
</style>
background-color css
<style>
a { background-color: #28950B; }
a { background-color: rgb(40,149,11); }
div.DivClassName
{
background-color: #28950B;
}
.BgClassName
{
background-color: #28950B;
}
</style>
border-color css
<style>
span { border-color: #28950B; }
span { border-color: rgb(40,149,11); }
td.TdClassName
{
border-color: #28950B;
}
.TagClassName
{
border-color: #28950B;
}
</style>