Shades of Forest Green #28940B
Tints of Forest Green #28940B
RGB
CMYK
RGB Variations
Color information
#28940B (or 0x28940B) is known color: Forest Green. HEX triplet: 28, 94 and 0B. RGB value is (40,148,11). Sum of RGB (Red+Green+Blue) = 40+148+11=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 148 (58.20% from 255 or 74.37% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 148 - color contains mainly: green. Hex color #28940B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28940B is #D76BF4. Grayscale: #646464. Windows color (decimal): -14117877 or 758824. OLE color: 758824.
HSL color Cylindrical-coordinate representation of color #28940B: hue angle of 107.3º 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 #28940B is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 11 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.42 |
| HSL | 107.3º | 0.86% | 0.31% | - |
| HSV(B) | 107.3º | 0.93% | 0.58% | - |
| XYZ | 11.53 | 21.66 | 3.89 | - |
| YUV | 100.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 11 | 0.73 | 0 | 0.93 | 0.42 | 107.3 | 0.86 | 0.31 |
| Hex | 28 | 94 | B | 49 | 0 | 5D | 2A | 6B | 56 | 1F |
| Octal | 50 | 224 | 13 | 111 | 0 | 135 | 52 | 153 | 126 | 37 |
| Binary | 101000 | 10010100 | 1011 | 1001001 | 0 | 1011101 | 101010 | 1101011 | 1010110 | 11111 |
Color Harmonies of #28940B
Complementary color
Monochromatic Colors of #28940B
Black with #28940B
Text Example
Text Example
White with #28940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28940B; }
p { color: rgb(40,148,11); }
H1.HeaderClassName
{
color: #28940B;
}
.AnyTagClassName
{
color: #28940B;
}
</style>
background-color css
<style>
a { background-color: #28940B; }
a { background-color: rgb(40,148,11); }
div.DivClassName
{
background-color: #28940B;
}
.BgClassName
{
background-color: #28940B;
}
</style>
border-color css
<style>
span { border-color: #28940B; }
span { border-color: rgb(40,148,11); }
td.TdClassName
{
border-color: #28940B;
}
.TagClassName
{
border-color: #28940B;
}
</style>