Shades of Forest Green #28911A
Tints of Forest Green #28911A
RGB
CMYK
RGB Variations
Color information
#28911A (or 0x28911A) is known color: Forest Green. HEX triplet: 28, 91 and 1A. RGB value is (40,145,26). Sum of RGB (Red+Green+Blue) = 40+145+26=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #28911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28911A is #D76EE5. Grayscale: #646464. Windows color (decimal): -14118630 or 1741096. OLE color: 1741096.
HSL color Cylindrical-coordinate representation of color #28911A: hue angle of 112.94º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28911A is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 26 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.43 |
| HSL | 112.94º | 0.7% | 0.34% | - |
| HSV(B) | 112.94º | 0.82% | 0.57% | - |
| XYZ | 11.19 | 20.78 | 4.4 | - |
| YUV | 100.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 26 | 0.72 | 0 | 0.82 | 0.43 | 112.94 | 0.7 | 0.34 |
| Hex | 28 | 91 | 1A | 48 | 0 | 52 | 2B | 71 | 46 | 22 |
| Octal | 50 | 221 | 32 | 110 | 0 | 122 | 53 | 161 | 106 | 42 |
| Binary | 101000 | 10010001 | 11010 | 1001000 | 0 | 1010010 | 101011 | 1110001 | 1000110 | 100010 |
Color Harmonies of #28911A
Complementary color
Monochromatic Colors of #28911A
Black with #28911A
Text Example
Text Example
White with #28911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28911A; }
p { color: rgb(40,145,26); }
H1.HeaderClassName
{
color: #28911A;
}
.AnyTagClassName
{
color: #28911A;
}
</style>
background-color css
<style>
a { background-color: #28911A; }
a { background-color: rgb(40,145,26); }
div.DivClassName
{
background-color: #28911A;
}
.BgClassName
{
background-color: #28911A;
}
</style>
border-color css
<style>
span { border-color: #28911A; }
span { border-color: rgb(40,145,26); }
td.TdClassName
{
border-color: #28911A;
}
.TagClassName
{
border-color: #28911A;
}
</style>