Shades of Forest Green #28972F
Tints of Forest Green #28972F
RGB
CMYK
RGB Variations
Color information
#28972F (or 0x28972F) is known color: Forest Green. HEX triplet: 28, 97 and 2F. RGB value is (40,151,47). Sum of RGB (Red+Green+Blue) = 40+151+47=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #28972F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28972F is #D768D0. Grayscale: #6A6A6A. Windows color (decimal): -14117073 or 3118888. OLE color: 3118888.
HSL color Cylindrical-coordinate representation of color #28972F: hue angle of 123.78º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28972F is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 151 | 47 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.41 |
| HSL | 123.78º | 0.58% | 0.37% | - |
| HSV(B) | 123.78º | 0.74% | 0.59% | - |
| XYZ | 12.45 | 22.79 | 6.43 | - |
| YUV | 105.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 47 | 0.74 | 0 | 0.69 | 0.41 | 123.78 | 0.58 | 0.37 |
| Hex | 28 | 97 | 2F | 4A | 0 | 45 | 29 | 7C | 3A | 25 |
| Octal | 50 | 227 | 57 | 112 | 0 | 105 | 51 | 174 | 72 | 45 |
| Binary | 101000 | 10010111 | 101111 | 1001010 | 0 | 1000101 | 101001 | 1111100 | 111010 | 100101 |
Color Harmonies of #28972F
Complementary color
Monochromatic Colors of #28972F
Black with #28972F
Text Example
Text Example
White with #28972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28972F; }
p { color: rgb(40,151,47); }
H1.HeaderClassName
{
color: #28972F;
}
.AnyTagClassName
{
color: #28972F;
}
</style>
background-color css
<style>
a { background-color: #28972F; }
a { background-color: rgb(40,151,47); }
div.DivClassName
{
background-color: #28972F;
}
.BgClassName
{
background-color: #28972F;
}
</style>
border-color css
<style>
span { border-color: #28972F; }
span { border-color: rgb(40,151,47); }
td.TdClassName
{
border-color: #28972F;
}
.TagClassName
{
border-color: #28972F;
}
</style>