Shades of Forest Green #28882D
Tints of Forest Green #28882D
RGB
CMYK
RGB Variations
Color information
#28882D (or 0x28882D) is known color: Forest Green. HEX triplet: 28, 88 and 2D. RGB value is (40,136,45). Sum of RGB (Red+Green+Blue) = 40+136+45=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #28882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28882D is #D777D2. Grayscale: #616161. Windows color (decimal): -14120915 or 2983976. OLE color: 2983976.
HSL color Cylindrical-coordinate representation of color #28882D: hue angle of 123.12º 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 #28882D is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 45 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.47 |
| HSL | 123.13º | 0.55% | 0.35% | - |
| HSV(B) | 123.13º | 0.71% | 0.53% | - |
| XYZ | 10.15 | 18.25 | 5.47 | - |
| YUV | 96.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 45 | 0.71 | 0 | 0.67 | 0.47 | 123.13 | 0.55 | 0.35 |
| Hex | 28 | 88 | 2D | 47 | 0 | 43 | 2F | 7B | 37 | 23 |
| Octal | 50 | 210 | 55 | 107 | 0 | 103 | 57 | 173 | 67 | 43 |
| Binary | 101000 | 10001000 | 101101 | 1000111 | 0 | 1000011 | 101111 | 1111011 | 110111 | 100011 |
Color Harmonies of #28882D
Complementary color
Monochromatic Colors of #28882D
Black with #28882D
Text Example
Text Example
White with #28882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28882D; }
p { color: rgb(40,136,45); }
H1.HeaderClassName
{
color: #28882D;
}
.AnyTagClassName
{
color: #28882D;
}
</style>
background-color css
<style>
a { background-color: #28882D; }
a { background-color: rgb(40,136,45); }
div.DivClassName
{
background-color: #28882D;
}
.BgClassName
{
background-color: #28882D;
}
</style>
border-color css
<style>
span { border-color: #28882D; }
span { border-color: rgb(40,136,45); }
td.TdClassName
{
border-color: #28882D;
}
.TagClassName
{
border-color: #28882D;
}
</style>