Shades of Free Speech Green #28F717
Tints of Free Speech Green #28F717
RGB
CMYK
RGB Variations
Color information
#28F717 (or 0x28F717) is known color: Free Speech Green. HEX triplet: 28, F7 and 17. RGB value is (40,247,23). Sum of RGB (Red+Green+Blue) = 40+247+23=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 247 (96.88% from 255 or 79.68% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 247 - color contains mainly: green. Hex color #28F717 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F717 is #D708E8. Grayscale: #A0A0A0. Windows color (decimal): -14092521 or 1570600. OLE color: 1570600.
HSL color Cylindrical-coordinate representation of color #28F717: hue angle of 115.45º degrees, saturation: 0.93, 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 #28F717 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 23 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.03 |
| HSL | 115.45º | 0.93% | 0.53% | - |
| HSV(B) | 115.45º | 0.91% | 0.97% | - |
| XYZ | 34.29 | 67.03 | 11.94 | - |
| YUV | 159.57 | 50.92 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 23 | 0.84 | 0 | 0.91 | 0.03 | 115.45 | 0.93 | 0.53 |
| Hex | 28 | F7 | 17 | 54 | 0 | 5B | 3 | 73 | 5D | 35 |
| Octal | 50 | 367 | 27 | 124 | 0 | 133 | 3 | 163 | 135 | 65 |
| Binary | 101000 | 11110111 | 10111 | 1010100 | 0 | 1011011 | 11 | 1110011 | 1011101 | 110101 |
Color Harmonies of #28F717
Complementary color
Monochromatic Colors of #28F717
Black with #28F717
Text Example
Text Example
White with #28F717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F717; }
p { color: rgb(40,247,23); }
H1.HeaderClassName
{
color: #28F717;
}
.AnyTagClassName
{
color: #28F717;
}
</style>
background-color css
<style>
a { background-color: #28F717; }
a { background-color: rgb(40,247,23); }
div.DivClassName
{
background-color: #28F717;
}
.BgClassName
{
background-color: #28F717;
}
</style>
border-color css
<style>
span { border-color: #28F717; }
span { border-color: rgb(40,247,23); }
td.TdClassName
{
border-color: #28F717;
}
.TagClassName
{
border-color: #28F717;
}
</style>