Shades of Free Speech Green #28FF29
Tints of Free Speech Green #28FF29
RGB
CMYK
RGB Variations
Color information
#28FF29 (or 0x28FF29) is known color: Free Speech Green. HEX triplet: 28, FF and 29. RGB value is (40,255,41). Sum of RGB (Red+Green+Blue) = 40+255+41=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF29 is #D700D6. Grayscale: #A6A6A6. Windows color (decimal): -14090455 or 2752296. OLE color: 2752296.
HSL color Cylindrical-coordinate representation of color #28FF29: hue angle of 120.28º 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 #28FF29 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 41 | - |
| CMYK | 0.84 | 0 | 0.84 | 0 |
| HSL | 120.28º | 1% | 0.58% | - |
| HSV(B) | 120.28º | 0.84% | 1% | - |
| XYZ | 37.04 | 72.13 | 14.07 | - |
| YUV | 166.32 | 57.27 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 41 | 0.84 | 0 | 0.84 | 0 | 120.28 | 1 | 0.58 |
| Hex | 28 | FF | 29 | 54 | 0 | 54 | 0 | 78 | 64 | 3A |
| Octal | 50 | 377 | 51 | 124 | 0 | 124 | 0 | 170 | 144 | 72 |
| Binary | 101000 | 11111111 | 101001 | 1010100 | 0 | 1010100 | 0 | 1111000 | 1100100 | 111010 |
Color Harmonies of #28FF29
Complementary color
Monochromatic Colors of #28FF29
Black with #28FF29
Text Example
Text Example
White with #28FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF29; }
p { color: rgb(40,255,41); }
H1.HeaderClassName
{
color: #28FF29;
}
.AnyTagClassName
{
color: #28FF29;
}
</style>
background-color css
<style>
a { background-color: #28FF29; }
a { background-color: rgb(40,255,41); }
div.DivClassName
{
background-color: #28FF29;
}
.BgClassName
{
background-color: #28FF29;
}
</style>
border-color css
<style>
span { border-color: #28FF29; }
span { border-color: rgb(40,255,41); }
td.TdClassName
{
border-color: #28FF29;
}
.TagClassName
{
border-color: #28FF29;
}
</style>