Shades of Free Speech Green #28F219
Tints of Free Speech Green #28F219
RGB
CMYK
RGB Variations
Color information
#28F219 (or 0x28F219) is known color: Free Speech Green. HEX triplet: 28, F2 and 19. RGB value is (40,242,25). Sum of RGB (Red+Green+Blue) = 40+242+25=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 242 (94.92% from 255 or 78.83% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 242 - color contains mainly: green. Hex color #28F219 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F219 is #D70DE6. Grayscale: #9D9D9D. Windows color (decimal): -14093799 or 1700392. OLE color: 1700392.
HSL color Cylindrical-coordinate representation of color #28F219: hue angle of 115.85º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28F219 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 25 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.05 |
| HSL | 115.85º | 0.89% | 0.52% | - |
| HSV(B) | 115.85º | 0.9% | 0.95% | - |
| XYZ | 32.8 | 64.03 | 11.55 | - |
| YUV | 156.86 | 53.58 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 25 | 0.83 | 0 | 0.90 | 0.05 | 115.85 | 0.89 | 0.52 |
| Hex | 28 | F2 | 19 | 53 | 0 | 5A | 5 | 74 | 59 | 34 |
| Octal | 50 | 362 | 31 | 123 | 0 | 132 | 5 | 164 | 131 | 64 |
| Binary | 101000 | 11110010 | 11001 | 1010011 | 0 | 1011010 | 101 | 1110100 | 1011001 | 110100 |
Color Harmonies of #28F219
Complementary color
Monochromatic Colors of #28F219
Black with #28F219
Text Example
Text Example
White with #28F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F219; }
p { color: rgb(40,242,25); }
H1.HeaderClassName
{
color: #28F219;
}
.AnyTagClassName
{
color: #28F219;
}
</style>
background-color css
<style>
a { background-color: #28F219; }
a { background-color: rgb(40,242,25); }
div.DivClassName
{
background-color: #28F219;
}
.BgClassName
{
background-color: #28F219;
}
</style>
border-color css
<style>
span { border-color: #28F219; }
span { border-color: rgb(40,242,25); }
td.TdClassName
{
border-color: #28F219;
}
.TagClassName
{
border-color: #28F219;
}
</style>