Shades of Free Speech Green #28F819
Tints of Free Speech Green #28F819
RGB
CMYK
RGB Variations
Color information
#28F819 (or 0x28F819) is known color: Free Speech Green. HEX triplet: 28, F8 and 19. RGB value is (40,248,25). Sum of RGB (Red+Green+Blue) = 40+248+25=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 248 (97.27% from 255 or 79.23% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 248 - color contains mainly: green. Hex color #28F819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F819 is #D707E6. Grayscale: #A1A1A1. Windows color (decimal): -14092263 or 1701928. OLE color: 1701928.
HSL color Cylindrical-coordinate representation of color #28F819: hue angle of 115.96º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28F819 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 25 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.03 |
| HSL | 115.96º | 0.94% | 0.54% | - |
| HSV(B) | 115.96º | 0.9% | 0.97% | - |
| XYZ | 34.62 | 67.66 | 12.15 | - |
| YUV | 160.39 | 51.59 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 25 | 0.84 | 0 | 0.90 | 0.03 | 115.96 | 0.94 | 0.54 |
| Hex | 28 | F8 | 19 | 54 | 0 | 5A | 3 | 74 | 5E | 36 |
| Octal | 50 | 370 | 31 | 124 | 0 | 132 | 3 | 164 | 136 | 66 |
| Binary | 101000 | 11111000 | 11001 | 1010100 | 0 | 1011010 | 11 | 1110100 | 1011110 | 110110 |
Color Harmonies of #28F819
Complementary color
Monochromatic Colors of #28F819
Black with #28F819
Text Example
Text Example
White with #28F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F819; }
p { color: rgb(40,248,25); }
H1.HeaderClassName
{
color: #28F819;
}
.AnyTagClassName
{
color: #28F819;
}
</style>
background-color css
<style>
a { background-color: #28F819; }
a { background-color: rgb(40,248,25); }
div.DivClassName
{
background-color: #28F819;
}
.BgClassName
{
background-color: #28F819;
}
</style>
border-color css
<style>
span { border-color: #28F819; }
span { border-color: rgb(40,248,25); }
td.TdClassName
{
border-color: #28F819;
}
.TagClassName
{
border-color: #28F819;
}
</style>