Shades of Free Speech Green #28FF28
Tints of Free Speech Green #28FF28
RGB
CMYK
RGB Variations
Color information
#28FF28 (or 0x28FF28) is known color: Free Speech Green. HEX triplet: 28, FF and 28. RGB value is (40,255,40). Sum of RGB (Red+Green+Blue) = 40+255+40=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF28 is #D700D7. Grayscale: #A6A6A6. Windows color (decimal): -14090456 or 2686760. OLE color: 2686760.
HSL color Cylindrical-coordinate representation of color #28FF28: hue angle of 120º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF28 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 40 | - |
| CMYK | 0.84 | 0 | 0.84 | 0 |
| HSL | 120º | 1% | 0.58% | - |
| HSV(B) | 120º | 0.84% | 1% | - |
| XYZ | 37.02 | 72.12 | 13.98 | - |
| YUV | 166.21 | 56.77 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 40 | 0.84 | 0 | 0.84 | 0 | 120 | 1 | 0.58 |
| Hex | 28 | FF | 28 | 54 | 0 | 54 | 0 | 78 | 64 | 3A |
| Octal | 50 | 377 | 50 | 124 | 0 | 124 | 0 | 170 | 144 | 72 |
| Binary | 101000 | 11111111 | 101000 | 1010100 | 0 | 1010100 | 0 | 1111000 | 1100100 | 111010 |
Color Harmonies of #28FF28
Complementary color
Monochromatic Colors of #28FF28
Black with #28FF28
Text Example
Text Example
White with #28FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF28; }
p { color: rgb(40,255,40); }
H1.HeaderClassName
{
color: #28FF28;
}
.AnyTagClassName
{
color: #28FF28;
}
</style>
background-color css
<style>
a { background-color: #28FF28; }
a { background-color: rgb(40,255,40); }
div.DivClassName
{
background-color: #28FF28;
}
.BgClassName
{
background-color: #28FF28;
}
</style>
border-color css
<style>
span { border-color: #28FF28; }
span { border-color: rgb(40,255,40); }
td.TdClassName
{
border-color: #28FF28;
}
.TagClassName
{
border-color: #28FF28;
}
</style>