Shades of Forest Green #28842A
Tints of Forest Green #28842A
RGB
CMYK
RGB Variations
Color information
#28842A (or 0x28842A) is known color: Forest Green. HEX triplet: 28, 84 and 2A. RGB value is (40,132,42). Sum of RGB (Red+Green+Blue) = 40+132+42=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #28842A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28842A is #D77BD5. Grayscale: #5E5E5E. Windows color (decimal): -14121942 or 2786344. OLE color: 2786344.
HSL color Cylindrical-coordinate representation of color #28842A: hue angle of 121.3º degrees, saturation: 0.53, 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 #28842A is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 42 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.48 |
| HSL | 121.3º | 0.53% | 0.34% | - |
| HSV(B) | 121.3º | 0.7% | 0.52% | - |
| XYZ | 9.54 | 17.12 | 4.99 | - |
| YUV | 94.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 42 | 0.70 | 0 | 0.68 | 0.48 | 121.3 | 0.53 | 0.34 |
| Hex | 28 | 84 | 2A | 46 | 0 | 44 | 30 | 79 | 35 | 22 |
| Octal | 50 | 204 | 52 | 106 | 0 | 104 | 60 | 171 | 65 | 42 |
| Binary | 101000 | 10000100 | 101010 | 1000110 | 0 | 1000100 | 110000 | 1111001 | 110101 | 100010 |
Color Harmonies of #28842A
Complementary color
Monochromatic Colors of #28842A
Black with #28842A
Text Example
Text Example
White with #28842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28842A; }
p { color: rgb(40,132,42); }
H1.HeaderClassName
{
color: #28842A;
}
.AnyTagClassName
{
color: #28842A;
}
</style>
background-color css
<style>
a { background-color: #28842A; }
a { background-color: rgb(40,132,42); }
div.DivClassName
{
background-color: #28842A;
}
.BgClassName
{
background-color: #28842A;
}
</style>
border-color css
<style>
span { border-color: #28842A; }
span { border-color: rgb(40,132,42); }
td.TdClassName
{
border-color: #28842A;
}
.TagClassName
{
border-color: #28842A;
}
</style>