Shades of Forest Green #28A11D
Tints of Forest Green #28A11D
RGB
CMYK
RGB Variations
Color information
#28A11D (or 0x28A11D) is known color: Forest Green. HEX triplet: 28, A1 and 1D. RGB value is (40,161,29). Sum of RGB (Red+Green+Blue) = 40+161+29=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 161 (63.28% from 255 or 70% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 161 - color contains mainly: green. Hex color #28A11D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A11D is #D75EE2. Grayscale: #6E6E6E. Windows color (decimal): -14114531 or 1941800. OLE color: 1941800.
HSL color Cylindrical-coordinate representation of color #28A11D: hue angle of 115º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28A11D is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 161 | 29 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.37 |
| HSL | 115º | 0.69% | 0.37% | - |
| HSV(B) | 115º | 0.82% | 0.63% | - |
| XYZ | 13.84 | 26.03 | 5.46 | - |
| YUV | 109.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 29 | 0.75 | 0 | 0.82 | 0.37 | 115 | 0.69 | 0.37 |
| Hex | 28 | A1 | 1D | 4B | 0 | 52 | 25 | 73 | 45 | 25 |
| Octal | 50 | 241 | 35 | 113 | 0 | 122 | 45 | 163 | 105 | 45 |
| Binary | 101000 | 10100001 | 11101 | 1001011 | 0 | 1010010 | 100101 | 1110011 | 1000101 | 100101 |
Color Harmonies of #28A11D
Complementary color
Monochromatic Colors of #28A11D
Black with #28A11D
Text Example
Text Example
White with #28A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A11D; }
p { color: rgb(40,161,29); }
H1.HeaderClassName
{
color: #28A11D;
}
.AnyTagClassName
{
color: #28A11D;
}
</style>
background-color css
<style>
a { background-color: #28A11D; }
a { background-color: rgb(40,161,29); }
div.DivClassName
{
background-color: #28A11D;
}
.BgClassName
{
background-color: #28A11D;
}
</style>
border-color css
<style>
span { border-color: #28A11D; }
span { border-color: rgb(40,161,29); }
td.TdClassName
{
border-color: #28A11D;
}
.TagClassName
{
border-color: #28A11D;
}
</style>