Shades of Forest Green #28871F
Tints of Forest Green #28871F
RGB
CMYK
RGB Variations
Color information
#28871F (or 0x28871F) is known color: Forest Green. HEX triplet: 28, 87 and 1F. RGB value is (40,135,31). Sum of RGB (Red+Green+Blue) = 40+135+31=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #28871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28871F is #D778E0. Grayscale: #5F5F5F. Windows color (decimal): -14121185 or 2066216. OLE color: 2066216.
HSL color Cylindrical-coordinate representation of color #28871F: hue angle of 114.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28871F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 31 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.47 |
| HSL | 114.81º | 0.63% | 0.33% | - |
| HSV(B) | 114.81º | 0.77% | 0.53% | - |
| XYZ | 9.79 | 17.88 | 4.23 | - |
| YUV | 94.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 31 | 0.70 | 0 | 0.77 | 0.47 | 114.81 | 0.63 | 0.33 |
| Hex | 28 | 87 | 1F | 46 | 0 | 4D | 2F | 73 | 3F | 21 |
| Octal | 50 | 207 | 37 | 106 | 0 | 115 | 57 | 163 | 77 | 41 |
| Binary | 101000 | 10000111 | 11111 | 1000110 | 0 | 1001101 | 101111 | 1110011 | 111111 | 100001 |
Color Harmonies of #28871F
Complementary color
Monochromatic Colors of #28871F
Black with #28871F
Text Example
Text Example
White with #28871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28871F; }
p { color: rgb(40,135,31); }
H1.HeaderClassName
{
color: #28871F;
}
.AnyTagClassName
{
color: #28871F;
}
</style>
background-color css
<style>
a { background-color: #28871F; }
a { background-color: rgb(40,135,31); }
div.DivClassName
{
background-color: #28871F;
}
.BgClassName
{
background-color: #28871F;
}
</style>
border-color css
<style>
span { border-color: #28871F; }
span { border-color: rgb(40,135,31); }
td.TdClassName
{
border-color: #28871F;
}
.TagClassName
{
border-color: #28871F;
}
</style>