Shades of Forest Green #28862B
Tints of Forest Green #28862B
RGB
CMYK
RGB Variations
Color information
#28862B (or 0x28862B) is known color: Forest Green. HEX triplet: 28, 86 and 2B. RGB value is (40,134,43). Sum of RGB (Red+Green+Blue) = 40+134+43=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 134 (52.73% from 255 or 61.75% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 134 - color contains mainly: green. Hex color #28862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28862B is #D779D4. Grayscale: #5F5F5F. Windows color (decimal): -14121429 or 2852392. OLE color: 2852392.
HSL color Cylindrical-coordinate representation of color #28862B: hue angle of 121.91º 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 #28862B is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 43 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.47 |
| HSL | 121.91º | 0.54% | 0.34% | - |
| HSV(B) | 121.91º | 0.7% | 0.53% | - |
| XYZ | 9.84 | 17.68 | 5.18 | - |
| YUV | 95.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 43 | 0.70 | 0 | 0.68 | 0.47 | 121.91 | 0.54 | 0.34 |
| Hex | 28 | 86 | 2B | 46 | 0 | 44 | 2F | 7A | 36 | 22 |
| Octal | 50 | 206 | 53 | 106 | 0 | 104 | 57 | 172 | 66 | 42 |
| Binary | 101000 | 10000110 | 101011 | 1000110 | 0 | 1000100 | 101111 | 1111010 | 110110 | 100010 |
Color Harmonies of #28862B
Complementary color
Monochromatic Colors of #28862B
Black with #28862B
Text Example
Text Example
White with #28862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28862B; }
p { color: rgb(40,134,43); }
H1.HeaderClassName
{
color: #28862B;
}
.AnyTagClassName
{
color: #28862B;
}
</style>
background-color css
<style>
a { background-color: #28862B; }
a { background-color: rgb(40,134,43); }
div.DivClassName
{
background-color: #28862B;
}
.BgClassName
{
background-color: #28862B;
}
</style>
border-color css
<style>
span { border-color: #28862B; }
span { border-color: rgb(40,134,43); }
td.TdClassName
{
border-color: #28862B;
}
.TagClassName
{
border-color: #28862B;
}
</style>