Shades of Free Speech Green #28F526
Tints of Free Speech Green #28F526
RGB
CMYK
RGB Variations
Color information
#28F526 (or 0x28F526) is known color: Free Speech Green. HEX triplet: 28, F5 and 26. RGB value is (40,245,38). Sum of RGB (Red+Green+Blue) = 40+245+38=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 245 (96.09% from 255 or 75.85% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 245 - color contains mainly: green. Hex color #28F526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F526 is #D70AD9. Grayscale: #A0A0A0. Windows color (decimal): -14093018 or 2553128. OLE color: 2553128.
HSL color Cylindrical-coordinate representation of color #28F526: hue angle of 119.42º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F526 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 245 | 38 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.04 |
| HSL | 119.42º | 0.91% | 0.55% | - |
| HSV(B) | 119.42º | 0.84% | 0.96% | - |
| XYZ | 33.88 | 65.9 | 12.77 | - |
| YUV | 160.11 | 59.08 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 245 | 38 | 0.84 | 0 | 0.84 | 0.04 | 119.42 | 0.91 | 0.55 |
| Hex | 28 | F5 | 26 | 54 | 0 | 54 | 4 | 77 | 5B | 37 |
| Octal | 50 | 365 | 46 | 124 | 0 | 124 | 4 | 167 | 133 | 67 |
| Binary | 101000 | 11110101 | 100110 | 1010100 | 0 | 1010100 | 100 | 1110111 | 1011011 | 110111 |
Color Harmonies of #28F526
Complementary color
Monochromatic Colors of #28F526
Black with #28F526
Text Example
Text Example
White with #28F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F526; }
p { color: rgb(40,245,38); }
H1.HeaderClassName
{
color: #28F526;
}
.AnyTagClassName
{
color: #28F526;
}
</style>
background-color css
<style>
a { background-color: #28F526; }
a { background-color: rgb(40,245,38); }
div.DivClassName
{
background-color: #28F526;
}
.BgClassName
{
background-color: #28F526;
}
</style>
border-color css
<style>
span { border-color: #28F526; }
span { border-color: rgb(40,245,38); }
td.TdClassName
{
border-color: #28F526;
}
.TagClassName
{
border-color: #28F526;
}
</style>