Shades of Free Speech Green #28E210
Tints of Free Speech Green #28E210
RGB
CMYK
RGB Variations
Color information
#28E210 (or 0x28E210) is known color: Free Speech Green. HEX triplet: 28, E2 and 10. RGB value is (40,226,16). Sum of RGB (Red+Green+Blue) = 40+226+16=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 226 (88.67% from 255 or 80.14% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 226 - color contains mainly: green. Hex color #28E210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E210 is #D71DEF. Grayscale: #939393. Windows color (decimal): -14097904 or 1106472. OLE color: 1106472.
HSL color Cylindrical-coordinate representation of color #28E210: hue angle of 113.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28E210 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 226 | 16 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.11 |
| HSL | 113.14º | 0.87% | 0.47% | - |
| HSV(B) | 113.14º | 0.93% | 0.89% | - |
| XYZ | 28.16 | 54.88 | 9.6 | - |
| YUV | 146.45 | 54.38 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 16 | 0.82 | 0 | 0.93 | 0.11 | 113.14 | 0.87 | 0.47 |
| Hex | 28 | E2 | 10 | 52 | 0 | 5D | B | 71 | 57 | 2F |
| Octal | 50 | 342 | 20 | 122 | 0 | 135 | 13 | 161 | 127 | 57 |
| Binary | 101000 | 11100010 | 10000 | 1010010 | 0 | 1011101 | 1011 | 1110001 | 1010111 | 101111 |
Color Harmonies of #28E210
Complementary color
Monochromatic Colors of #28E210
Black with #28E210
Text Example
Text Example
White with #28E210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E210; }
p { color: rgb(40,226,16); }
H1.HeaderClassName
{
color: #28E210;
}
.AnyTagClassName
{
color: #28E210;
}
</style>
background-color css
<style>
a { background-color: #28E210; }
a { background-color: rgb(40,226,16); }
div.DivClassName
{
background-color: #28E210;
}
.BgClassName
{
background-color: #28E210;
}
</style>
border-color css
<style>
span { border-color: #28E210; }
span { border-color: rgb(40,226,16); }
td.TdClassName
{
border-color: #28E210;
}
.TagClassName
{
border-color: #28E210;
}
</style>