Shades of Free Speech Green #28F614
Tints of Free Speech Green #28F614
RGB
CMYK
RGB Variations
Color information
#28F614 (or 0x28F614) is known color: Free Speech Green. HEX triplet: 28, F6 and 14. RGB value is (40,246,20). Sum of RGB (Red+Green+Blue) = 40+246+20=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 246 (96.48% from 255 or 80.39% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 246 - color contains mainly: green. Hex color #28F614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F614 is #D709EB. Grayscale: #9F9F9F. Windows color (decimal): -14092780 or 1373736. OLE color: 1373736.
HSL color Cylindrical-coordinate representation of color #28F614: hue angle of 114.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28F614 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 20 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.04 |
| HSL | 114.69º | 0.93% | 0.52% | - |
| HSV(B) | 114.69º | 0.92% | 0.96% | - |
| XYZ | 33.96 | 66.41 | 11.69 | - |
| YUV | 158.64 | 49.75 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 20 | 0.84 | 0 | 0.92 | 0.04 | 114.69 | 0.93 | 0.52 |
| Hex | 28 | F6 | 14 | 54 | 0 | 5C | 4 | 73 | 5D | 34 |
| Octal | 50 | 366 | 24 | 124 | 0 | 134 | 4 | 163 | 135 | 64 |
| Binary | 101000 | 11110110 | 10100 | 1010100 | 0 | 1011100 | 100 | 1110011 | 1011101 | 110100 |
Color Harmonies of #28F614
Complementary color
Monochromatic Colors of #28F614
Black with #28F614
Text Example
Text Example
White with #28F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F614; }
p { color: rgb(40,246,20); }
H1.HeaderClassName
{
color: #28F614;
}
.AnyTagClassName
{
color: #28F614;
}
</style>
background-color css
<style>
a { background-color: #28F614; }
a { background-color: rgb(40,246,20); }
div.DivClassName
{
background-color: #28F614;
}
.BgClassName
{
background-color: #28F614;
}
</style>
border-color css
<style>
span { border-color: #28F614; }
span { border-color: rgb(40,246,20); }
td.TdClassName
{
border-color: #28F614;
}
.TagClassName
{
border-color: #28F614;
}
</style>