Shades of Forest Green #28850D
Tints of Forest Green #28850D
RGB
CMYK
RGB Variations
Color information
#28850D (or 0x28850D) is known color: Forest Green. HEX triplet: 28, 85 and 0D. RGB value is (40,133,13). Sum of RGB (Red+Green+Blue) = 40+133+13=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #28850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28850D is #D77AF2. Grayscale: #5B5B5B. Windows color (decimal): -14121715 or 886056. OLE color: 886056.
HSL color Cylindrical-coordinate representation of color #28850D: hue angle of 106.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28850D is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 13 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.48 |
| HSL | 106.5º | 0.82% | 0.29% | - |
| HSV(B) | 106.5º | 0.9% | 0.52% | - |
| XYZ | 9.34 | 17.26 | 3.22 | - |
| YUV | 91.51 | 83.69 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 13 | 0.70 | 0 | 0.90 | 0.48 | 106.5 | 0.82 | 0.29 |
| Hex | 28 | 85 | D | 46 | 0 | 5A | 30 | 6A | 52 | 1D |
| Octal | 50 | 205 | 15 | 106 | 0 | 132 | 60 | 152 | 122 | 35 |
| Binary | 101000 | 10000101 | 1101 | 1000110 | 0 | 1011010 | 110000 | 1101010 | 1010010 | 11101 |
Color Harmonies of #28850D
Complementary color
Monochromatic Colors of #28850D
Black with #28850D
Text Example
Text Example
White with #28850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28850D; }
p { color: rgb(40,133,13); }
H1.HeaderClassName
{
color: #28850D;
}
.AnyTagClassName
{
color: #28850D;
}
</style>
background-color css
<style>
a { background-color: #28850D; }
a { background-color: rgb(40,133,13); }
div.DivClassName
{
background-color: #28850D;
}
.BgClassName
{
background-color: #28850D;
}
</style>
border-color css
<style>
span { border-color: #28850D; }
span { border-color: rgb(40,133,13); }
td.TdClassName
{
border-color: #28850D;
}
.TagClassName
{
border-color: #28850D;
}
</style>