Shades of Free Speech Green #28F221
Tints of Free Speech Green #28F221
RGB
CMYK
RGB Variations
Color information
#28F221 (or 0x28F221) is known color: Free Speech Green. HEX triplet: 28, F2 and 21. RGB value is (40,242,33). Sum of RGB (Red+Green+Blue) = 40+242+33=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 242 (94.92% from 255 or 76.83% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 242 - color contains mainly: green. Hex color #28F221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F221 is #D70DDE. Grayscale: #9E9E9E. Windows color (decimal): -14093791 or 2224680. OLE color: 2224680.
HSL color Cylindrical-coordinate representation of color #28F221: hue angle of 117.99º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28F221 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 33 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.05 |
| HSL | 117.99º | 0.89% | 0.54% | - |
| HSV(B) | 117.99º | 0.86% | 0.95% | - |
| XYZ | 32.9 | 64.07 | 12.07 | - |
| YUV | 157.78 | 57.58 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 33 | 0.83 | 0 | 0.86 | 0.05 | 117.99 | 0.89 | 0.54 |
| Hex | 28 | F2 | 21 | 53 | 0 | 56 | 5 | 76 | 59 | 36 |
| Octal | 50 | 362 | 41 | 123 | 0 | 126 | 5 | 166 | 131 | 66 |
| Binary | 101000 | 11110010 | 100001 | 1010011 | 0 | 1010110 | 101 | 1110110 | 1011001 | 110110 |
Color Harmonies of #28F221
Complementary color
Monochromatic Colors of #28F221
Black with #28F221
Text Example
Text Example
White with #28F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F221; }
p { color: rgb(40,242,33); }
H1.HeaderClassName
{
color: #28F221;
}
.AnyTagClassName
{
color: #28F221;
}
</style>
background-color css
<style>
a { background-color: #28F221; }
a { background-color: rgb(40,242,33); }
div.DivClassName
{
background-color: #28F221;
}
.BgClassName
{
background-color: #28F221;
}
</style>
border-color css
<style>
span { border-color: #28F221; }
span { border-color: rgb(40,242,33); }
td.TdClassName
{
border-color: #28F221;
}
.TagClassName
{
border-color: #28F221;
}
</style>