Shades of Free Speech Green #28FF2F
Tints of Free Speech Green #28FF2F
RGB
CMYK
RGB Variations
Color information
#28FF2F (or 0x28FF2F) is known color: Free Speech Green. HEX triplet: 28, FF and 2F. RGB value is (40,255,47). Sum of RGB (Red+Green+Blue) = 40+255+47=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF2F is #D700D0. Grayscale: #A7A7A7. Windows color (decimal): -14090449 or 3145512. OLE color: 3145512.
HSL color Cylindrical-coordinate representation of color #28FF2F: hue angle of 121.95º 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 #28FF2F is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 47 | - |
| CMYK | 0.84 | 0 | 0.82 | 0 |
| HSL | 121.95º | 1% | 0.58% | - |
| HSV(B) | 121.95º | 0.84% | 1% | - |
| XYZ | 37.15 | 72.18 | 14.66 | - |
| YUV | 167 | 60.27 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 47 | 0.84 | 0 | 0.82 | 0 | 121.95 | 1 | 0.58 |
| Hex | 28 | FF | 2F | 54 | 0 | 52 | 0 | 7A | 64 | 3A |
| Octal | 50 | 377 | 57 | 124 | 0 | 122 | 0 | 172 | 144 | 72 |
| Binary | 101000 | 11111111 | 101111 | 1010100 | 0 | 1010010 | 0 | 1111010 | 1100100 | 111010 |
Color Harmonies of #28FF2F
Complementary color
Monochromatic Colors of #28FF2F
Black with #28FF2F
Text Example
Text Example
White with #28FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF2F; }
p { color: rgb(40,255,47); }
H1.HeaderClassName
{
color: #28FF2F;
}
.AnyTagClassName
{
color: #28FF2F;
}
</style>
background-color css
<style>
a { background-color: #28FF2F; }
a { background-color: rgb(40,255,47); }
div.DivClassName
{
background-color: #28FF2F;
}
.BgClassName
{
background-color: #28FF2F;
}
</style>
border-color css
<style>
span { border-color: #28FF2F; }
span { border-color: rgb(40,255,47); }
td.TdClassName
{
border-color: #28FF2F;
}
.TagClassName
{
border-color: #28FF2F;
}
</style>