Shades of Free Speech Green #28FF2C
Tints of Free Speech Green #28FF2C
RGB
CMYK
RGB Variations
Color information
#28FF2C (or 0x28FF2C) is known color: Free Speech Green. HEX triplet: 28, FF and 2C. RGB value is (40,255,44). Sum of RGB (Red+Green+Blue) = 40+255+44=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF2C is #D700D3. Grayscale: #A7A7A7. Windows color (decimal): -14090452 or 2948904. OLE color: 2948904.
HSL color Cylindrical-coordinate representation of color #28FF2C: hue angle of 121.12º 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 #28FF2C is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 44 | - |
| CMYK | 0.84 | 0 | 0.83 | 0 |
| HSL | 121.12º | 1% | 0.58% | - |
| HSV(B) | 121.12º | 0.84% | 1% | - |
| XYZ | 37.09 | 72.15 | 14.35 | - |
| YUV | 166.66 | 58.77 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 44 | 0.84 | 0 | 0.83 | 0 | 121.12 | 1 | 0.58 |
| Hex | 28 | FF | 2C | 54 | 0 | 53 | 0 | 79 | 64 | 3A |
| Octal | 50 | 377 | 54 | 124 | 0 | 123 | 0 | 171 | 144 | 72 |
| Binary | 101000 | 11111111 | 101100 | 1010100 | 0 | 1010011 | 0 | 1111001 | 1100100 | 111010 |
Color Harmonies of #28FF2C
Complementary color
Monochromatic Colors of #28FF2C
Black with #28FF2C
Text Example
Text Example
White with #28FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF2C; }
p { color: rgb(40,255,44); }
H1.HeaderClassName
{
color: #28FF2C;
}
.AnyTagClassName
{
color: #28FF2C;
}
</style>
background-color css
<style>
a { background-color: #28FF2C; }
a { background-color: rgb(40,255,44); }
div.DivClassName
{
background-color: #28FF2C;
}
.BgClassName
{
background-color: #28FF2C;
}
</style>
border-color css
<style>
span { border-color: #28FF2C; }
span { border-color: rgb(40,255,44); }
td.TdClassName
{
border-color: #28FF2C;
}
.TagClassName
{
border-color: #28FF2C;
}
</style>