Shades of Forest Green #28A20B
Tints of Forest Green #28A20B
RGB
CMYK
RGB Variations
Color information
#28A20B (or 0x28A20B) is known color: Forest Green. HEX triplet: 28, A2 and 0B. RGB value is (40,162,11). Sum of RGB (Red+Green+Blue) = 40+162+11=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 162 (63.67% from 255 or 76.06% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 162 - color contains mainly: green. Hex color #28A20B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A20B is #D75DF4. Grayscale: #6C6C6C. Windows color (decimal): -14114293 or 762408. OLE color: 762408.
HSL color Cylindrical-coordinate representation of color #28A20B: hue angle of 108.48º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28A20B is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 11 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.36 |
| HSL | 108.48º | 0.87% | 0.34% | - |
| HSV(B) | 108.48º | 0.93% | 0.64% | - |
| XYZ | 13.86 | 26.32 | 4.67 | - |
| YUV | 108.31 | 73.08 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 11 | 0.75 | 0 | 0.93 | 0.36 | 108.48 | 0.87 | 0.34 |
| Hex | 28 | A2 | B | 4B | 0 | 5D | 24 | 6C | 57 | 22 |
| Octal | 50 | 242 | 13 | 113 | 0 | 135 | 44 | 154 | 127 | 42 |
| Binary | 101000 | 10100010 | 1011 | 1001011 | 0 | 1011101 | 100100 | 1101100 | 1010111 | 100010 |
Color Harmonies of #28A20B
Complementary color
Monochromatic Colors of #28A20B
Black with #28A20B
Text Example
Text Example
White with #28A20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A20B; }
p { color: rgb(40,162,11); }
H1.HeaderClassName
{
color: #28A20B;
}
.AnyTagClassName
{
color: #28A20B;
}
</style>
background-color css
<style>
a { background-color: #28A20B; }
a { background-color: rgb(40,162,11); }
div.DivClassName
{
background-color: #28A20B;
}
.BgClassName
{
background-color: #28A20B;
}
</style>
border-color css
<style>
span { border-color: #28A20B; }
span { border-color: rgb(40,162,11); }
td.TdClassName
{
border-color: #28A20B;
}
.TagClassName
{
border-color: #28A20B;
}
</style>