Shades of Forest Green #28862C
Tints of Forest Green #28862C
RGB
CMYK
RGB Variations
Color information
#28862C (or 0x28862C) is known color: Forest Green. HEX triplet: 28, 86 and 2C. RGB value is (40,134,44). Sum of RGB (Red+Green+Blue) = 40+134+44=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #28862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28862C is #D779D3. Grayscale: #5F5F5F. Windows color (decimal): -14121428 or 2917928. OLE color: 2917928.
HSL color Cylindrical-coordinate representation of color #28862C: hue angle of 122.55º 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 #28862C is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 44 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.47 |
| HSL | 122.55º | 0.54% | 0.34% | - |
| HSV(B) | 122.55º | 0.7% | 0.53% | - |
| XYZ | 9.85 | 17.68 | 5.28 | - |
| YUV | 95.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 44 | 0.70 | 0 | 0.67 | 0.47 | 122.55 | 0.54 | 0.34 |
| Hex | 28 | 86 | 2C | 46 | 0 | 43 | 2F | 7B | 36 | 22 |
| Octal | 50 | 206 | 54 | 106 | 0 | 103 | 57 | 173 | 66 | 42 |
| Binary | 101000 | 10000110 | 101100 | 1000110 | 0 | 1000011 | 101111 | 1111011 | 110110 | 100010 |
Color Harmonies of #28862C
Complementary color
Monochromatic Colors of #28862C
Black with #28862C
Text Example
Text Example
White with #28862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28862C; }
p { color: rgb(40,134,44); }
H1.HeaderClassName
{
color: #28862C;
}
.AnyTagClassName
{
color: #28862C;
}
</style>
background-color css
<style>
a { background-color: #28862C; }
a { background-color: rgb(40,134,44); }
div.DivClassName
{
background-color: #28862C;
}
.BgClassName
{
background-color: #28862C;
}
</style>
border-color css
<style>
span { border-color: #28862C; }
span { border-color: rgb(40,134,44); }
td.TdClassName
{
border-color: #28862C;
}
.TagClassName
{
border-color: #28862C;
}
</style>