Shades of Free Speech Green #28F225
Tints of Free Speech Green #28F225
RGB
CMYK
RGB Variations
Color information
#28F225 (or 0x28F225) is known color: Free Speech Green. HEX triplet: 28, F2 and 25. RGB value is (40,242,37). Sum of RGB (Red+Green+Blue) = 40+242+37=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 242 (94.92% from 255 or 75.86% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 242 - color contains mainly: green. Hex color #28F225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F225 is #D70DDA. Grayscale: #9E9E9E. Windows color (decimal): -14093787 or 2486824. OLE color: 2486824.
HSL color Cylindrical-coordinate representation of color #28F225: hue angle of 119.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28F225 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 37 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.05 |
| HSL | 119.12º | 0.89% | 0.55% | - |
| HSV(B) | 119.12º | 0.85% | 0.95% | - |
| XYZ | 32.96 | 64.09 | 12.38 | - |
| YUV | 158.23 | 59.58 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 37 | 0.83 | 0 | 0.85 | 0.05 | 119.12 | 0.89 | 0.55 |
| Hex | 28 | F2 | 25 | 53 | 0 | 55 | 5 | 77 | 59 | 37 |
| Octal | 50 | 362 | 45 | 123 | 0 | 125 | 5 | 167 | 131 | 67 |
| Binary | 101000 | 11110010 | 100101 | 1010011 | 0 | 1010101 | 101 | 1110111 | 1011001 | 110111 |
Color Harmonies of #28F225
Complementary color
Monochromatic Colors of #28F225
Black with #28F225
Text Example
Text Example
White with #28F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F225; }
p { color: rgb(40,242,37); }
H1.HeaderClassName
{
color: #28F225;
}
.AnyTagClassName
{
color: #28F225;
}
</style>
background-color css
<style>
a { background-color: #28F225; }
a { background-color: rgb(40,242,37); }
div.DivClassName
{
background-color: #28F225;
}
.BgClassName
{
background-color: #28F225;
}
</style>
border-color css
<style>
span { border-color: #28F225; }
span { border-color: rgb(40,242,37); }
td.TdClassName
{
border-color: #28F225;
}
.TagClassName
{
border-color: #28F225;
}
</style>