Shades of Forest Green #28801A
Tints of Forest Green #28801A
RGB
CMYK
RGB Variations
Color information
#28801A (or 0x28801A) is known color: Forest Green. HEX triplet: 28, 80 and 1A. RGB value is (40,128,26). Sum of RGB (Red+Green+Blue) = 40+128+26=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 128 (50.39% from 255 or 65.98% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 128 - color contains mainly: green. Hex color #28801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28801A is #D77FE5. Grayscale: #5A5A5A. Windows color (decimal): -14122982 or 1736744. OLE color: 1736744.
HSL color Cylindrical-coordinate representation of color #28801A: hue angle of 111.76º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28801A is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 26 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.50 |
| HSL | 111.76º | 0.66% | 0.3% | - |
| HSV(B) | 111.76º | 0.8% | 0.5% | - |
| XYZ | 8.78 | 15.96 | 3.6 | - |
| YUV | 90.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 26 | 0.69 | 0 | 0.80 | 0.50 | 111.76 | 0.66 | 0.3 |
| Hex | 28 | 80 | 1A | 45 | 0 | 50 | 32 | 70 | 42 | 1E |
| Octal | 50 | 200 | 32 | 105 | 0 | 120 | 62 | 160 | 102 | 36 |
| Binary | 101000 | 10000000 | 11010 | 1000101 | 0 | 1010000 | 110010 | 1110000 | 1000010 | 11110 |
Color Harmonies of #28801A
Complementary color
Monochromatic Colors of #28801A
Black with #28801A
Text Example
Text Example
White with #28801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28801A; }
p { color: rgb(40,128,26); }
H1.HeaderClassName
{
color: #28801A;
}
.AnyTagClassName
{
color: #28801A;
}
</style>
background-color css
<style>
a { background-color: #28801A; }
a { background-color: rgb(40,128,26); }
div.DivClassName
{
background-color: #28801A;
}
.BgClassName
{
background-color: #28801A;
}
</style>
border-color css
<style>
span { border-color: #28801A; }
span { border-color: rgb(40,128,26); }
td.TdClassName
{
border-color: #28801A;
}
.TagClassName
{
border-color: #28801A;
}
</style>