Shades of Free Speech Green #28E817
Tints of Free Speech Green #28E817
RGB
CMYK
RGB Variations
Color information
#28E817 (or 0x28E817) is known color: Free Speech Green. HEX triplet: 28, E8 and 17. RGB value is (40,232,23). Sum of RGB (Red+Green+Blue) = 40+232+23=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #28E817 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28E817 is #D717E8. Grayscale: #979797. Windows color (decimal): -14096361 or 1566760. OLE color: 1566760.
HSL color Cylindrical-coordinate representation of color #28E817: hue angle of 115.12º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28E817 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 232 | 23 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.09 |
| HSL | 115.12º | 0.82% | 0.5% | - |
| HSV(B) | 115.12º | 0.9% | 0.91% | - |
| XYZ | 29.89 | 58.23 | 10.47 | - |
| YUV | 150.77 | 55.89 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 232 | 23 | 0.83 | 0 | 0.90 | 0.09 | 115.12 | 0.82 | 0.5 |
| Hex | 28 | E8 | 17 | 53 | 0 | 5A | 9 | 73 | 52 | 32 |
| Octal | 50 | 350 | 27 | 123 | 0 | 132 | 11 | 163 | 122 | 62 |
| Binary | 101000 | 11101000 | 10111 | 1010011 | 0 | 1011010 | 1001 | 1110011 | 1010010 | 110010 |
Color Harmonies of #28E817
Complementary color
Monochromatic Colors of #28E817
Black with #28E817
Text Example
Text Example
White with #28E817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E817; }
p { color: rgb(40,232,23); }
H1.HeaderClassName
{
color: #28E817;
}
.AnyTagClassName
{
color: #28E817;
}
</style>
background-color css
<style>
a { background-color: #28E817; }
a { background-color: rgb(40,232,23); }
div.DivClassName
{
background-color: #28E817;
}
.BgClassName
{
background-color: #28E817;
}
</style>
border-color css
<style>
span { border-color: #28E817; }
span { border-color: rgb(40,232,23); }
td.TdClassName
{
border-color: #28E817;
}
.TagClassName
{
border-color: #28E817;
}
</style>