Shades of Free Speech Green #28FA31
Tints of Free Speech Green #28FA31
RGB
CMYK
RGB Variations
Color information
#28FA31 (or 0x28FA31) is known color: Free Speech Green. HEX triplet: 28, FA and 31. RGB value is (40,250,49). Sum of RGB (Red+Green+Blue) = 40+250+49=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA31 is #D705CE. Grayscale: #A4A4A4. Windows color (decimal): -14091727 or 3275304. OLE color: 3275304.
HSL color Cylindrical-coordinate representation of color #28FA31: hue angle of 122.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA31 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 49 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.02 |
| HSL | 122.57º | 0.95% | 0.57% | - |
| HSV(B) | 122.57º | 0.84% | 0.98% | - |
| XYZ | 35.62 | 69.04 | 14.36 | - |
| YUV | 164.3 | 62.93 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 49 | 0.84 | 0 | 0.80 | 0.02 | 122.57 | 0.95 | 0.57 |
| Hex | 28 | FA | 31 | 54 | 0 | 50 | 2 | 7B | 5F | 39 |
| Octal | 50 | 372 | 61 | 124 | 0 | 120 | 2 | 173 | 137 | 71 |
| Binary | 101000 | 11111010 | 110001 | 1010100 | 0 | 1010000 | 10 | 1111011 | 1011111 | 111001 |
Color Harmonies of #28FA31
Complementary color
Monochromatic Colors of #28FA31
Black with #28FA31
Text Example
Text Example
White with #28FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA31; }
p { color: rgb(40,250,49); }
H1.HeaderClassName
{
color: #28FA31;
}
.AnyTagClassName
{
color: #28FA31;
}
</style>
background-color css
<style>
a { background-color: #28FA31; }
a { background-color: rgb(40,250,49); }
div.DivClassName
{
background-color: #28FA31;
}
.BgClassName
{
background-color: #28FA31;
}
</style>
border-color css
<style>
span { border-color: #28FA31; }
span { border-color: rgb(40,250,49); }
td.TdClassName
{
border-color: #28FA31;
}
.TagClassName
{
border-color: #28FA31;
}
</style>