Shades of Free Speech Green #28F116
Tints of Free Speech Green #28F116
RGB
CMYK
RGB Variations
Color information
#28F116 (or 0x28F116) is known color: Free Speech Green. HEX triplet: 28, F1 and 16. RGB value is (40,241,22). Sum of RGB (Red+Green+Blue) = 40+241+22=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 241 (94.53% from 255 or 79.54% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 241 - color contains mainly: green. Hex color #28F116 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F116 is #D70EE9. Grayscale: #9C9C9C. Windows color (decimal): -14094058 or 1503528. OLE color: 1503528.
HSL color Cylindrical-coordinate representation of color #28F116: hue angle of 115.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28F116 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 22 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.05 |
| HSL | 115.07º | 0.89% | 0.52% | - |
| HSV(B) | 115.07º | 0.91% | 0.95% | - |
| XYZ | 32.48 | 63.42 | 11.29 | - |
| YUV | 155.94 | 52.41 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 22 | 0.83 | 0 | 0.91 | 0.05 | 115.07 | 0.89 | 0.52 |
| Hex | 28 | F1 | 16 | 53 | 0 | 5B | 5 | 73 | 59 | 34 |
| Octal | 50 | 361 | 26 | 123 | 0 | 133 | 5 | 163 | 131 | 64 |
| Binary | 101000 | 11110001 | 10110 | 1010011 | 0 | 1011011 | 101 | 1110011 | 1011001 | 110100 |
Color Harmonies of #28F116
Complementary color
Monochromatic Colors of #28F116
Black with #28F116
Text Example
Text Example
White with #28F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F116; }
p { color: rgb(40,241,22); }
H1.HeaderClassName
{
color: #28F116;
}
.AnyTagClassName
{
color: #28F116;
}
</style>
background-color css
<style>
a { background-color: #28F116; }
a { background-color: rgb(40,241,22); }
div.DivClassName
{
background-color: #28F116;
}
.BgClassName
{
background-color: #28F116;
}
</style>
border-color css
<style>
span { border-color: #28F116; }
span { border-color: rgb(40,241,22); }
td.TdClassName
{
border-color: #28F116;
}
.TagClassName
{
border-color: #28F116;
}
</style>