Shades of Free Speech Green #28F11F
Tints of Free Speech Green #28F11F
RGB
CMYK
RGB Variations
Color information
#28F11F (or 0x28F11F) is known color: Free Speech Green. HEX triplet: 28, F1 and 1F. RGB value is (40,241,31). Sum of RGB (Red+Green+Blue) = 40+241+31=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 241 (94.53% from 255 or 77.24% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 241 - color contains mainly: green. Hex color #28F11F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F11F is #D70EE0. Grayscale: #9D9D9D. Windows color (decimal): -14094049 or 2093352. OLE color: 2093352.
HSL color Cylindrical-coordinate representation of color #28F11F: hue angle of 117.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28F11F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 31 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.05 |
| HSL | 117.43º | 0.88% | 0.53% | - |
| HSV(B) | 117.43º | 0.87% | 0.95% | - |
| XYZ | 32.58 | 63.46 | 11.83 | - |
| YUV | 156.96 | 56.91 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 31 | 0.83 | 0 | 0.87 | 0.05 | 117.43 | 0.88 | 0.53 |
| Hex | 28 | F1 | 1F | 53 | 0 | 57 | 5 | 75 | 58 | 35 |
| Octal | 50 | 361 | 37 | 123 | 0 | 127 | 5 | 165 | 130 | 65 |
| Binary | 101000 | 11110001 | 11111 | 1010011 | 0 | 1010111 | 101 | 1110101 | 1011000 | 110101 |
Color Harmonies of #28F11F
Complementary color
Monochromatic Colors of #28F11F
Black with #28F11F
Text Example
Text Example
White with #28F11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F11F; }
p { color: rgb(40,241,31); }
H1.HeaderClassName
{
color: #28F11F;
}
.AnyTagClassName
{
color: #28F11F;
}
</style>
background-color css
<style>
a { background-color: #28F11F; }
a { background-color: rgb(40,241,31); }
div.DivClassName
{
background-color: #28F11F;
}
.BgClassName
{
background-color: #28F11F;
}
</style>
border-color css
<style>
span { border-color: #28F11F; }
span { border-color: rgb(40,241,31); }
td.TdClassName
{
border-color: #28F11F;
}
.TagClassName
{
border-color: #28F11F;
}
</style>