Shades of Forest Green #28882F
Tints of Forest Green #28882F
RGB
CMYK
RGB Variations
Color information
#28882F (or 0x28882F) is known color: Forest Green. HEX triplet: 28, 88 and 2F. RGB value is (40,136,47). Sum of RGB (Red+Green+Blue) = 40+136+47=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #28882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28882F is #D777D0. Grayscale: #616161. Windows color (decimal): -14120913 or 3115048. OLE color: 3115048.
HSL color Cylindrical-coordinate representation of color #28882F: hue angle of 124.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28882F is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 47 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.47 |
| HSL | 124.38º | 0.55% | 0.35% | - |
| HSV(B) | 124.38º | 0.71% | 0.53% | - |
| XYZ | 10.19 | 18.26 | 5.68 | - |
| YUV | 97.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 47 | 0.71 | 0 | 0.65 | 0.47 | 124.38 | 0.55 | 0.35 |
| Hex | 28 | 88 | 2F | 47 | 0 | 41 | 2F | 7C | 37 | 23 |
| Octal | 50 | 210 | 57 | 107 | 0 | 101 | 57 | 174 | 67 | 43 |
| Binary | 101000 | 10001000 | 101111 | 1000111 | 0 | 1000001 | 101111 | 1111100 | 110111 | 100011 |
Color Harmonies of #28882F
Complementary color
Monochromatic Colors of #28882F
Black with #28882F
Text Example
Text Example
White with #28882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28882F; }
p { color: rgb(40,136,47); }
H1.HeaderClassName
{
color: #28882F;
}
.AnyTagClassName
{
color: #28882F;
}
</style>
background-color css
<style>
a { background-color: #28882F; }
a { background-color: rgb(40,136,47); }
div.DivClassName
{
background-color: #28882F;
}
.BgClassName
{
background-color: #28882F;
}
</style>
border-color css
<style>
span { border-color: #28882F; }
span { border-color: rgb(40,136,47); }
td.TdClassName
{
border-color: #28882F;
}
.TagClassName
{
border-color: #28882F;
}
</style>