Shades of Free Speech Green #28EC12
Tints of Free Speech Green #28EC12
RGB
CMYK
RGB Variations
Color information
#28EC12 (or 0x28EC12) is known color: Free Speech Green. HEX triplet: 28, EC and 12. RGB value is (40,236,18). Sum of RGB (Red+Green+Blue) = 40+236+18=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 236 (92.58% from 255 or 80.27% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EC12 is #D713ED. Grayscale: #999999. Windows color (decimal): -14095342 or 1240104. OLE color: 1240104.
HSL color Cylindrical-coordinate representation of color #28EC12: hue angle of 113.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28EC12 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 18 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.07 |
| HSL | 113.95º | 0.86% | 0.5% | - |
| HSV(B) | 113.95º | 0.92% | 0.93% | - |
| XYZ | 30.98 | 60.49 | 10.61 | - |
| YUV | 152.54 | 52.07 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 18 | 0.83 | 0 | 0.92 | 0.07 | 113.95 | 0.86 | 0.5 |
| Hex | 28 | EC | 12 | 53 | 0 | 5C | 7 | 72 | 56 | 32 |
| Octal | 50 | 354 | 22 | 123 | 0 | 134 | 7 | 162 | 126 | 62 |
| Binary | 101000 | 11101100 | 10010 | 1010011 | 0 | 1011100 | 111 | 1110010 | 1010110 | 110010 |
Color Harmonies of #28EC12
Complementary color
Monochromatic Colors of #28EC12
Black with #28EC12
Text Example
Text Example
White with #28EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EC12; }
p { color: rgb(40,236,18); }
H1.HeaderClassName
{
color: #28EC12;
}
.AnyTagClassName
{
color: #28EC12;
}
</style>
background-color css
<style>
a { background-color: #28EC12; }
a { background-color: rgb(40,236,18); }
div.DivClassName
{
background-color: #28EC12;
}
.BgClassName
{
background-color: #28EC12;
}
</style>
border-color css
<style>
span { border-color: #28EC12; }
span { border-color: rgb(40,236,18); }
td.TdClassName
{
border-color: #28EC12;
}
.TagClassName
{
border-color: #28EC12;
}
</style>