Shades of Free Speech Green #28E916
Tints of Free Speech Green #28E916
RGB
CMYK
RGB Variations
Color information
#28E916 (or 0x28E916) is known color: Free Speech Green. HEX triplet: 28, E9 and 16. RGB value is (40,233,22). Sum of RGB (Red+Green+Blue) = 40+233+22=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 233 (91.41% from 255 or 78.98% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 233 - color contains mainly: green. Hex color #28E916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28E916 is #D716E9. Grayscale: #979797. Windows color (decimal): -14096106 or 1501480. OLE color: 1501480.
HSL color Cylindrical-coordinate representation of color #28E916: hue angle of 114.88º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28E916 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 22 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.09 |
| HSL | 114.88º | 0.83% | 0.5% | - |
| HSV(B) | 114.88º | 0.91% | 0.91% | - |
| XYZ | 30.16 | 58.79 | 10.52 | - |
| YUV | 151.24 | 55.06 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 22 | 0.83 | 0 | 0.91 | 0.09 | 114.88 | 0.83 | 0.5 |
| Hex | 28 | E9 | 16 | 53 | 0 | 5B | 9 | 73 | 53 | 32 |
| Octal | 50 | 351 | 26 | 123 | 0 | 133 | 11 | 163 | 123 | 62 |
| Binary | 101000 | 11101001 | 10110 | 1010011 | 0 | 1011011 | 1001 | 1110011 | 1010011 | 110010 |
Color Harmonies of #28E916
Complementary color
Monochromatic Colors of #28E916
Black with #28E916
Text Example
Text Example
White with #28E916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E916; }
p { color: rgb(40,233,22); }
H1.HeaderClassName
{
color: #28E916;
}
.AnyTagClassName
{
color: #28E916;
}
</style>
background-color css
<style>
a { background-color: #28E916; }
a { background-color: rgb(40,233,22); }
div.DivClassName
{
background-color: #28E916;
}
.BgClassName
{
background-color: #28E916;
}
</style>
border-color css
<style>
span { border-color: #28E916; }
span { border-color: rgb(40,233,22); }
td.TdClassName
{
border-color: #28E916;
}
.TagClassName
{
border-color: #28E916;
}
</style>