Shades of Free Speech Green #28FA17
Tints of Free Speech Green #28FA17
RGB
CMYK
RGB Variations
Color information
#28FA17 (or 0x28FA17) is known color: Free Speech Green. HEX triplet: 28, FA and 17. RGB value is (40,250,23). Sum of RGB (Red+Green+Blue) = 40+250+23=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 250 (98.05% from 255 or 79.87% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FA17 is #D705E8. Grayscale: #A2A2A2. Windows color (decimal): -14091753 or 1571368. OLE color: 1571368.
HSL color Cylindrical-coordinate representation of color #28FA17: hue angle of 115.51º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28FA17 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 23 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.02 |
| HSL | 115.51º | 0.96% | 0.54% | - |
| HSV(B) | 115.51º | 0.91% | 0.98% | - |
| XYZ | 35.22 | 68.88 | 12.25 | - |
| YUV | 161.33 | 49.93 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 23 | 0.84 | 0 | 0.91 | 0.02 | 115.51 | 0.96 | 0.54 |
| Hex | 28 | FA | 17 | 54 | 0 | 5B | 2 | 74 | 60 | 36 |
| Octal | 50 | 372 | 27 | 124 | 0 | 133 | 2 | 164 | 140 | 66 |
| Binary | 101000 | 11111010 | 10111 | 1010100 | 0 | 1011011 | 10 | 1110100 | 1100000 | 110110 |
Color Harmonies of #28FA17
Complementary color
Monochromatic Colors of #28FA17
Black with #28FA17
Text Example
Text Example
White with #28FA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA17; }
p { color: rgb(40,250,23); }
H1.HeaderClassName
{
color: #28FA17;
}
.AnyTagClassName
{
color: #28FA17;
}
</style>
background-color css
<style>
a { background-color: #28FA17; }
a { background-color: rgb(40,250,23); }
div.DivClassName
{
background-color: #28FA17;
}
.BgClassName
{
background-color: #28FA17;
}
</style>
border-color css
<style>
span { border-color: #28FA17; }
span { border-color: rgb(40,250,23); }
td.TdClassName
{
border-color: #28FA17;
}
.TagClassName
{
border-color: #28FA17;
}
</style>