Shades of Free Speech Green #28FA1C
Tints of Free Speech Green #28FA1C
RGB
CMYK
RGB Variations
Color information
#28FA1C (or 0x28FA1C) is known color: Free Speech Green. HEX triplet: 28, FA and 1C. RGB value is (40,250,28). Sum of RGB (Red+Green+Blue) = 40+250+28=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA1C is #D705E3. Grayscale: #A2A2A2. Windows color (decimal): -14091748 or 1899048. OLE color: 1899048.
HSL color Cylindrical-coordinate representation of color #28FA1C: hue angle of 116.76º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28FA1C is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 28 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.02 |
| HSL | 116.76º | 0.96% | 0.55% | - |
| HSV(B) | 116.76º | 0.89% | 0.98% | - |
| XYZ | 35.27 | 68.91 | 12.54 | - |
| YUV | 161.9 | 52.43 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 28 | 0.84 | 0 | 0.89 | 0.02 | 116.76 | 0.96 | 0.55 |
| Hex | 28 | FA | 1C | 54 | 0 | 59 | 2 | 75 | 60 | 37 |
| Octal | 50 | 372 | 34 | 124 | 0 | 131 | 2 | 165 | 140 | 67 |
| Binary | 101000 | 11111010 | 11100 | 1010100 | 0 | 1011001 | 10 | 1110101 | 1100000 | 110111 |
Color Harmonies of #28FA1C
Complementary color
Monochromatic Colors of #28FA1C
Black with #28FA1C
Text Example
Text Example
White with #28FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA1C; }
p { color: rgb(40,250,28); }
H1.HeaderClassName
{
color: #28FA1C;
}
.AnyTagClassName
{
color: #28FA1C;
}
</style>
background-color css
<style>
a { background-color: #28FA1C; }
a { background-color: rgb(40,250,28); }
div.DivClassName
{
background-color: #28FA1C;
}
.BgClassName
{
background-color: #28FA1C;
}
</style>
border-color css
<style>
span { border-color: #28FA1C; }
span { border-color: rgb(40,250,28); }
td.TdClassName
{
border-color: #28FA1C;
}
.TagClassName
{
border-color: #28FA1C;
}
</style>