Shades of Forest Green #28832A
Tints of Forest Green #28832A
RGB
CMYK
RGB Variations
Color information
#28832A (or 0x28832A) is known color: Forest Green. HEX triplet: 28, 83 and 2A. RGB value is (40,131,42). Sum of RGB (Red+Green+Blue) = 40+131+42=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #28832A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28832A is #D77CD5. Grayscale: #5D5D5D. Windows color (decimal): -14122198 or 2786088. OLE color: 2786088.
HSL color Cylindrical-coordinate representation of color #28832A: hue angle of 121.32º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28832A is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 42 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.49 |
| HSL | 121.32º | 0.53% | 0.34% | - |
| HSV(B) | 121.32º | 0.69% | 0.51% | - |
| XYZ | 9.41 | 16.85 | 4.95 | - |
| YUV | 93.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 42 | 0.69 | 0 | 0.68 | 0.49 | 121.32 | 0.53 | 0.34 |
| Hex | 28 | 83 | 2A | 45 | 0 | 44 | 31 | 79 | 35 | 22 |
| Octal | 50 | 203 | 52 | 105 | 0 | 104 | 61 | 171 | 65 | 42 |
| Binary | 101000 | 10000011 | 101010 | 1000101 | 0 | 1000100 | 110001 | 1111001 | 110101 | 100010 |
Color Harmonies of #28832A
Complementary color
Monochromatic Colors of #28832A
Black with #28832A
Text Example
Text Example
White with #28832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28832A; }
p { color: rgb(40,131,42); }
H1.HeaderClassName
{
color: #28832A;
}
.AnyTagClassName
{
color: #28832A;
}
</style>
background-color css
<style>
a { background-color: #28832A; }
a { background-color: rgb(40,131,42); }
div.DivClassName
{
background-color: #28832A;
}
.BgClassName
{
background-color: #28832A;
}
</style>
border-color css
<style>
span { border-color: #28832A; }
span { border-color: rgb(40,131,42); }
td.TdClassName
{
border-color: #28832A;
}
.TagClassName
{
border-color: #28832A;
}
</style>