Shades of Forest Green #28852C
Tints of Forest Green #28852C
RGB
CMYK
RGB Variations
Color information
#28852C (or 0x28852C) is known color: Forest Green. HEX triplet: 28, 85 and 2C. RGB value is (40,133,44). Sum of RGB (Red+Green+Blue) = 40+133+44=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #28852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28852C is #D77AD3. Grayscale: #5F5F5F. Windows color (decimal): -14121684 or 2917672. OLE color: 2917672.
HSL color Cylindrical-coordinate representation of color #28852C: hue angle of 122.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28852C is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 44 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.48 |
| HSL | 122.58º | 0.54% | 0.34% | - |
| HSV(B) | 122.58º | 0.7% | 0.52% | - |
| XYZ | 9.72 | 17.41 | 5.23 | - |
| YUV | 95.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 44 | 0.70 | 0 | 0.67 | 0.48 | 122.58 | 0.54 | 0.34 |
| Hex | 28 | 85 | 2C | 46 | 0 | 43 | 30 | 7B | 36 | 22 |
| Octal | 50 | 205 | 54 | 106 | 0 | 103 | 60 | 173 | 66 | 42 |
| Binary | 101000 | 10000101 | 101100 | 1000110 | 0 | 1000011 | 110000 | 1111011 | 110110 | 100010 |
Color Harmonies of #28852C
Complementary color
Monochromatic Colors of #28852C
Black with #28852C
Text Example
Text Example
White with #28852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28852C; }
p { color: rgb(40,133,44); }
H1.HeaderClassName
{
color: #28852C;
}
.AnyTagClassName
{
color: #28852C;
}
</style>
background-color css
<style>
a { background-color: #28852C; }
a { background-color: rgb(40,133,44); }
div.DivClassName
{
background-color: #28852C;
}
.BgClassName
{
background-color: #28852C;
}
</style>
border-color css
<style>
span { border-color: #28852C; }
span { border-color: rgb(40,133,44); }
td.TdClassName
{
border-color: #28852C;
}
.TagClassName
{
border-color: #28852C;
}
</style>