Shades of Free Speech Green #28EC1C
Tints of Free Speech Green #28EC1C
RGB
CMYK
RGB Variations
Color information
#28EC1C (or 0x28EC1C) is known color: Free Speech Green. HEX triplet: 28, EC and 1C. RGB value is (40,236,28). Sum of RGB (Red+Green+Blue) = 40+236+28=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 236 (92.58% from 255 or 77.63% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EC1C is #D713E3. Grayscale: #9A9A9A. Windows color (decimal): -14095332 or 1895464. OLE color: 1895464.
HSL color Cylindrical-coordinate representation of color #28EC1C: hue angle of 116.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28EC1C is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 28 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.07 |
| HSL | 116.54º | 0.85% | 0.52% | - |
| HSV(B) | 116.54º | 0.88% | 0.93% | - |
| XYZ | 31.08 | 60.53 | 11.14 | - |
| YUV | 153.68 | 57.07 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 28 | 0.83 | 0 | 0.88 | 0.07 | 116.54 | 0.85 | 0.52 |
| Hex | 28 | EC | 1C | 53 | 0 | 58 | 7 | 75 | 55 | 34 |
| Octal | 50 | 354 | 34 | 123 | 0 | 130 | 7 | 165 | 125 | 64 |
| Binary | 101000 | 11101100 | 11100 | 1010011 | 0 | 1011000 | 111 | 1110101 | 1010101 | 110100 |
Color Harmonies of #28EC1C
Complementary color
Monochromatic Colors of #28EC1C
Black with #28EC1C
Text Example
Text Example
White with #28EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EC1C; }
p { color: rgb(40,236,28); }
H1.HeaderClassName
{
color: #28EC1C;
}
.AnyTagClassName
{
color: #28EC1C;
}
</style>
background-color css
<style>
a { background-color: #28EC1C; }
a { background-color: rgb(40,236,28); }
div.DivClassName
{
background-color: #28EC1C;
}
.BgClassName
{
background-color: #28EC1C;
}
</style>
border-color css
<style>
span { border-color: #28EC1C; }
span { border-color: rgb(40,236,28); }
td.TdClassName
{
border-color: #28EC1C;
}
.TagClassName
{
border-color: #28EC1C;
}
</style>