Shades of Forest Green #28851D
Tints of Forest Green #28851D
RGB
CMYK
RGB Variations
Color information
#28851D (or 0x28851D) is known color: Forest Green. HEX triplet: 28, 85 and 1D. RGB value is (40,133,29). Sum of RGB (Red+Green+Blue) = 40+133+29=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #28851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28851D is #D77AE2. Grayscale: #5D5D5D. Windows color (decimal): -14121699 or 1934632. OLE color: 1934632.
HSL color Cylindrical-coordinate representation of color #28851D: hue angle of 113.65º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28851D is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 29 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.48 |
| HSL | 113.65º | 0.64% | 0.32% | - |
| HSV(B) | 113.65º | 0.78% | 0.52% | - |
| XYZ | 9.48 | 17.31 | 4 | - |
| YUV | 93.34 | 91.69 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 29 | 0.70 | 0 | 0.78 | 0.48 | 113.65 | 0.64 | 0.32 |
| Hex | 28 | 85 | 1D | 46 | 0 | 4E | 30 | 72 | 40 | 20 |
| Octal | 50 | 205 | 35 | 106 | 0 | 116 | 60 | 162 | 100 | 40 |
| Binary | 101000 | 10000101 | 11101 | 1000110 | 0 | 1001110 | 110000 | 1110010 | 1000000 | 100000 |
Color Harmonies of #28851D
Complementary color
Monochromatic Colors of #28851D
Black with #28851D
Text Example
Text Example
White with #28851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28851D; }
p { color: rgb(40,133,29); }
H1.HeaderClassName
{
color: #28851D;
}
.AnyTagClassName
{
color: #28851D;
}
</style>
background-color css
<style>
a { background-color: #28851D; }
a { background-color: rgb(40,133,29); }
div.DivClassName
{
background-color: #28851D;
}
.BgClassName
{
background-color: #28851D;
}
</style>
border-color css
<style>
span { border-color: #28851D; }
span { border-color: rgb(40,133,29); }
td.TdClassName
{
border-color: #28851D;
}
.TagClassName
{
border-color: #28851D;
}
</style>