Shades of Free Speech Green #28F816
Tints of Free Speech Green #28F816
RGB
CMYK
RGB Variations
Color information
#28F816 (or 0x28F816) is known color: Free Speech Green. HEX triplet: 28, F8 and 16. RGB value is (40,248,22). Sum of RGB (Red+Green+Blue) = 40+248+22=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 248 (97.27% from 255 or 80% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 248 - color contains mainly: green. Hex color #28F816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F816 is #D707E9. Grayscale: #A0A0A0. Windows color (decimal): -14092266 or 1505320. OLE color: 1505320.
HSL color Cylindrical-coordinate representation of color #28F816: hue angle of 115.22º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28F816 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 22 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.03 |
| HSL | 115.22º | 0.94% | 0.53% | - |
| HSV(B) | 115.22º | 0.91% | 0.97% | - |
| XYZ | 34.59 | 67.64 | 11.99 | - |
| YUV | 160.04 | 50.09 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 22 | 0.84 | 0 | 0.91 | 0.03 | 115.22 | 0.94 | 0.53 |
| Hex | 28 | F8 | 16 | 54 | 0 | 5B | 3 | 73 | 5E | 35 |
| Octal | 50 | 370 | 26 | 124 | 0 | 133 | 3 | 163 | 136 | 65 |
| Binary | 101000 | 11111000 | 10110 | 1010100 | 0 | 1011011 | 11 | 1110011 | 1011110 | 110101 |
Color Harmonies of #28F816
Complementary color
Monochromatic Colors of #28F816
Black with #28F816
Text Example
Text Example
White with #28F816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F816; }
p { color: rgb(40,248,22); }
H1.HeaderClassName
{
color: #28F816;
}
.AnyTagClassName
{
color: #28F816;
}
</style>
background-color css
<style>
a { background-color: #28F816; }
a { background-color: rgb(40,248,22); }
div.DivClassName
{
background-color: #28F816;
}
.BgClassName
{
background-color: #28F816;
}
</style>
border-color css
<style>
span { border-color: #28F816; }
span { border-color: rgb(40,248,22); }
td.TdClassName
{
border-color: #28F816;
}
.TagClassName
{
border-color: #28F816;
}
</style>