Shades of Forest Green #28862D
Tints of Forest Green #28862D
RGB
CMYK
RGB Variations
Color information
#28862D (or 0x28862D) is known color: Forest Green. HEX triplet: 28, 86 and 2D. RGB value is (40,134,45). Sum of RGB (Red+Green+Blue) = 40+134+45=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #28862D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28862D is #D779D2. Grayscale: #606060. Windows color (decimal): -14121427 or 2983464. OLE color: 2983464.
HSL color Cylindrical-coordinate representation of color #28862D: hue angle of 123.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28862D is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 45 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.47 |
| HSL | 123.19º | 0.54% | 0.34% | - |
| HSV(B) | 123.19º | 0.7% | 0.53% | - |
| XYZ | 9.87 | 17.69 | 5.38 | - |
| YUV | 95.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 45 | 0.70 | 0 | 0.66 | 0.47 | 123.19 | 0.54 | 0.34 |
| Hex | 28 | 86 | 2D | 46 | 0 | 42 | 2F | 7B | 36 | 22 |
| Octal | 50 | 206 | 55 | 106 | 0 | 102 | 57 | 173 | 66 | 42 |
| Binary | 101000 | 10000110 | 101101 | 1000110 | 0 | 1000010 | 101111 | 1111011 | 110110 | 100010 |
Color Harmonies of #28862D
Complementary color
Monochromatic Colors of #28862D
Black with #28862D
Text Example
Text Example
White with #28862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28862D; }
p { color: rgb(40,134,45); }
H1.HeaderClassName
{
color: #28862D;
}
.AnyTagClassName
{
color: #28862D;
}
</style>
background-color css
<style>
a { background-color: #28862D; }
a { background-color: rgb(40,134,45); }
div.DivClassName
{
background-color: #28862D;
}
.BgClassName
{
background-color: #28862D;
}
</style>
border-color css
<style>
span { border-color: #28862D; }
span { border-color: rgb(40,134,45); }
td.TdClassName
{
border-color: #28862D;
}
.TagClassName
{
border-color: #28862D;
}
</style>