Shades of Forest Green #28901F
Tints of Forest Green #28901F
RGB
CMYK
RGB Variations
Color information
#28901F (or 0x28901F) is known color: Forest Green. HEX triplet: 28, 90 and 1F. RGB value is (40,144,31). Sum of RGB (Red+Green+Blue) = 40+144+31=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #28901F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28901F is #D76FE0. Grayscale: #646464. Windows color (decimal): -14118881 or 2068520. OLE color: 2068520.
HSL color Cylindrical-coordinate representation of color #28901F: hue angle of 115.22º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28901F is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 31 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.44 |
| HSL | 115.22º | 0.65% | 0.34% | - |
| HSV(B) | 115.22º | 0.78% | 0.56% | - |
| XYZ | 11.1 | 20.5 | 4.67 | - |
| YUV | 100.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 31 | 0.72 | 0 | 0.78 | 0.44 | 115.22 | 0.65 | 0.34 |
| Hex | 28 | 90 | 1F | 48 | 0 | 4E | 2C | 73 | 41 | 22 |
| Octal | 50 | 220 | 37 | 110 | 0 | 116 | 54 | 163 | 101 | 42 |
| Binary | 101000 | 10010000 | 11111 | 1001000 | 0 | 1001110 | 101100 | 1110011 | 1000001 | 100010 |
Color Harmonies of #28901F
Complementary color
Monochromatic Colors of #28901F
Black with #28901F
Text Example
Text Example
White with #28901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28901F; }
p { color: rgb(40,144,31); }
H1.HeaderClassName
{
color: #28901F;
}
.AnyTagClassName
{
color: #28901F;
}
</style>
background-color css
<style>
a { background-color: #28901F; }
a { background-color: rgb(40,144,31); }
div.DivClassName
{
background-color: #28901F;
}
.BgClassName
{
background-color: #28901F;
}
</style>
border-color css
<style>
span { border-color: #28901F; }
span { border-color: rgb(40,144,31); }
td.TdClassName
{
border-color: #28901F;
}
.TagClassName
{
border-color: #28901F;
}
</style>