Shades of Free Speech Green #28FF2B
Tints of Free Speech Green #28FF2B
RGB
CMYK
RGB Variations
Color information
#28FF2B (or 0x28FF2B) is known color: Free Speech Green. HEX triplet: 28, FF and 2B. RGB value is (40,255,43). Sum of RGB (Red+Green+Blue) = 40+255+43=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF2B is #D700D4. Grayscale: #A7A7A7. Windows color (decimal): -14090453 or 2883368. OLE color: 2883368.
HSL color Cylindrical-coordinate representation of color #28FF2B: hue angle of 120.84º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF2B is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 43 | - |
| CMYK | 0.84 | 0 | 0.83 | 0 |
| HSL | 120.84º | 1% | 0.58% | - |
| HSV(B) | 120.84º | 0.84% | 1% | - |
| XYZ | 37.07 | 72.15 | 14.26 | - |
| YUV | 166.55 | 58.27 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 43 | 0.84 | 0 | 0.83 | 0 | 120.84 | 1 | 0.58 |
| Hex | 28 | FF | 2B | 54 | 0 | 53 | 0 | 79 | 64 | 3A |
| Octal | 50 | 377 | 53 | 124 | 0 | 123 | 0 | 171 | 144 | 72 |
| Binary | 101000 | 11111111 | 101011 | 1010100 | 0 | 1010011 | 0 | 1111001 | 1100100 | 111010 |
Color Harmonies of #28FF2B
Complementary color
Monochromatic Colors of #28FF2B
Black with #28FF2B
Text Example
Text Example
White with #28FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF2B; }
p { color: rgb(40,255,43); }
H1.HeaderClassName
{
color: #28FF2B;
}
.AnyTagClassName
{
color: #28FF2B;
}
</style>
background-color css
<style>
a { background-color: #28FF2B; }
a { background-color: rgb(40,255,43); }
div.DivClassName
{
background-color: #28FF2B;
}
.BgClassName
{
background-color: #28FF2B;
}
</style>
border-color css
<style>
span { border-color: #28FF2B; }
span { border-color: rgb(40,255,43); }
td.TdClassName
{
border-color: #28FF2B;
}
.TagClassName
{
border-color: #28FF2B;
}
</style>