Shades of Free Speech Green #28FF33
Tints of Free Speech Green #28FF33
RGB
CMYK
RGB Variations
Color information
#28FF33 (or 0x28FF33) is known color: Free Speech Green. HEX triplet: 28, FF and 33. RGB value is (40,255,51). Sum of RGB (Red+Green+Blue) = 40+255+51=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF33 is #D700CC. Grayscale: #A8A8A8. Windows color (decimal): -14090445 or 3407656. OLE color: 3407656.
HSL color Cylindrical-coordinate representation of color #28FF33: hue angle of 123.07º 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 #28FF33 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 51 | - |
| CMYK | 0.84 | 0 | 0.8 | 0 |
| HSL | 123.07º | 1% | 0.58% | - |
| HSV(B) | 123.07º | 0.84% | 1% | - |
| XYZ | 37.23 | 72.21 | 15.11 | - |
| YUV | 167.46 | 62.27 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 51 | 0.84 | 0 | 0.8 | 0 | 123.07 | 1 | 0.58 |
| Hex | 28 | FF | 33 | 54 | 0 | 50 | 0 | 7B | 64 | 3A |
| Octal | 50 | 377 | 63 | 124 | 0 | 120 | 0 | 173 | 144 | 72 |
| Binary | 101000 | 11111111 | 110011 | 1010100 | 0 | 1010000 | 0 | 1111011 | 1100100 | 111010 |
Color Harmonies of #28FF33
Complementary color
Monochromatic Colors of #28FF33
Black with #28FF33
Text Example
Text Example
White with #28FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF33; }
p { color: rgb(40,255,51); }
H1.HeaderClassName
{
color: #28FF33;
}
.AnyTagClassName
{
color: #28FF33;
}
</style>
background-color css
<style>
a { background-color: #28FF33; }
a { background-color: rgb(40,255,51); }
div.DivClassName
{
background-color: #28FF33;
}
.BgClassName
{
background-color: #28FF33;
}
</style>
border-color css
<style>
span { border-color: #28FF33; }
span { border-color: rgb(40,255,51); }
td.TdClassName
{
border-color: #28FF33;
}
.TagClassName
{
border-color: #28FF33;
}
</style>