Shades of Forest Green #28912C
Tints of Forest Green #28912C
RGB
CMYK
RGB Variations
Color information
#28912C (or 0x28912C) is known color: Forest Green. HEX triplet: 28, 91 and 2C. RGB value is (40,145,44). Sum of RGB (Red+Green+Blue) = 40+145+44=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #28912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28912C is #D76ED3. Grayscale: #666666. Windows color (decimal): -14118612 or 2920744. OLE color: 2920744.
HSL color Cylindrical-coordinate representation of color #28912C: hue angle of 122.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28912C is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 44 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.43 |
| HSL | 122.29º | 0.57% | 0.36% | - |
| HSV(B) | 122.29º | 0.72% | 0.57% | - |
| XYZ | 11.46 | 20.88 | 5.81 | - |
| YUV | 102.09 | 95.21 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 44 | 0.72 | 0 | 0.70 | 0.43 | 122.29 | 0.57 | 0.36 |
| Hex | 28 | 91 | 2C | 48 | 0 | 46 | 2B | 7A | 39 | 24 |
| Octal | 50 | 221 | 54 | 110 | 0 | 106 | 53 | 172 | 71 | 44 |
| Binary | 101000 | 10010001 | 101100 | 1001000 | 0 | 1000110 | 101011 | 1111010 | 111001 | 100100 |
Color Harmonies of #28912C
Complementary color
Monochromatic Colors of #28912C
Black with #28912C
Text Example
Text Example
White with #28912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28912C; }
p { color: rgb(40,145,44); }
H1.HeaderClassName
{
color: #28912C;
}
.AnyTagClassName
{
color: #28912C;
}
</style>
background-color css
<style>
a { background-color: #28912C; }
a { background-color: rgb(40,145,44); }
div.DivClassName
{
background-color: #28912C;
}
.BgClassName
{
background-color: #28912C;
}
</style>
border-color css
<style>
span { border-color: #28912C; }
span { border-color: rgb(40,145,44); }
td.TdClassName
{
border-color: #28912C;
}
.TagClassName
{
border-color: #28912C;
}
</style>