Shades of Forest Green #28852B
Tints of Forest Green #28852B
RGB
CMYK
RGB Variations
Color information
#28852B (or 0x28852B) is known color: Forest Green. HEX triplet: 28, 85 and 2B. RGB value is (40,133,43). Sum of RGB (Red+Green+Blue) = 40+133+43=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #28852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28852B is #D77AD4. Grayscale: #5F5F5F. Windows color (decimal): -14121685 or 2852136. OLE color: 2852136.
HSL color Cylindrical-coordinate representation of color #28852B: hue angle of 121.94º 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 #28852B is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 43 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.48 |
| HSL | 121.94º | 0.54% | 0.34% | - |
| HSV(B) | 121.94º | 0.7% | 0.52% | - |
| XYZ | 9.7 | 17.4 | 5.13 | - |
| YUV | 94.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 43 | 0.70 | 0 | 0.68 | 0.48 | 121.94 | 0.54 | 0.34 |
| Hex | 28 | 85 | 2B | 46 | 0 | 44 | 30 | 7A | 36 | 22 |
| Octal | 50 | 205 | 53 | 106 | 0 | 104 | 60 | 172 | 66 | 42 |
| Binary | 101000 | 10000101 | 101011 | 1000110 | 0 | 1000100 | 110000 | 1111010 | 110110 | 100010 |
Color Harmonies of #28852B
Complementary color
Monochromatic Colors of #28852B
Black with #28852B
Text Example
Text Example
White with #28852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28852B; }
p { color: rgb(40,133,43); }
H1.HeaderClassName
{
color: #28852B;
}
.AnyTagClassName
{
color: #28852B;
}
</style>
background-color css
<style>
a { background-color: #28852B; }
a { background-color: rgb(40,133,43); }
div.DivClassName
{
background-color: #28852B;
}
.BgClassName
{
background-color: #28852B;
}
</style>
border-color css
<style>
span { border-color: #28852B; }
span { border-color: rgb(40,133,43); }
td.TdClassName
{
border-color: #28852B;
}
.TagClassName
{
border-color: #28852B;
}
</style>