Shades of Free Speech Green #28F020
Tints of Free Speech Green #28F020
RGB
CMYK
RGB Variations
Color information
#28F020 (or 0x28F020) is known color: Free Speech Green. HEX triplet: 28, F0 and 20. RGB value is (40,240,32). Sum of RGB (Red+Green+Blue) = 40+240+32=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 240 (94.14% from 255 or 76.92% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 240 - color contains mainly: green. Hex color #28F020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F020 is #D70FDF. Grayscale: #9D9D9D. Windows color (decimal): -14094304 or 2158632. OLE color: 2158632.
HSL color Cylindrical-coordinate representation of color #28F020: hue angle of 117.69º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28F020 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 32 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.06 |
| HSL | 117.69º | 0.87% | 0.53% | - |
| HSV(B) | 117.69º | 0.87% | 0.94% | - |
| XYZ | 32.3 | 62.88 | 11.8 | - |
| YUV | 156.49 | 57.74 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 32 | 0.83 | 0 | 0.87 | 0.06 | 117.69 | 0.87 | 0.53 |
| Hex | 28 | F0 | 20 | 53 | 0 | 57 | 6 | 76 | 57 | 35 |
| Octal | 50 | 360 | 40 | 123 | 0 | 127 | 6 | 166 | 127 | 65 |
| Binary | 101000 | 11110000 | 100000 | 1010011 | 0 | 1010111 | 110 | 1110110 | 1010111 | 110101 |
Color Harmonies of #28F020
Complementary color
Monochromatic Colors of #28F020
Black with #28F020
Text Example
Text Example
White with #28F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F020; }
p { color: rgb(40,240,32); }
H1.HeaderClassName
{
color: #28F020;
}
.AnyTagClassName
{
color: #28F020;
}
</style>
background-color css
<style>
a { background-color: #28F020; }
a { background-color: rgb(40,240,32); }
div.DivClassName
{
background-color: #28F020;
}
.BgClassName
{
background-color: #28F020;
}
</style>
border-color css
<style>
span { border-color: #28F020; }
span { border-color: rgb(40,240,32); }
td.TdClassName
{
border-color: #28F020;
}
.TagClassName
{
border-color: #28F020;
}
</style>