Shades of Free Speech Green #29F521
Tints of Free Speech Green #29F521
RGB
CMYK
RGB Variations
Color information
#29F521 (or 0x29F521) is known color: Free Speech Green. HEX triplet: 29, F5 and 21. RGB value is (41,245,33). Sum of RGB (Red+Green+Blue) = 41+245+33=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 245 (96.09% from 255 or 76.80% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 245 - color contains mainly: green. Hex color #29F521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F521 is #D60ADE. Grayscale: #A0A0A0. Windows color (decimal): -14027487 or 2225449. OLE color: 2225449.
HSL color Cylindrical-coordinate representation of color #29F521: hue angle of 117.74º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29F521 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 245 | 33 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.04 |
| HSL | 117.74º | 0.91% | 0.55% | - |
| HSV(B) | 117.74º | 0.87% | 0.96% | - |
| XYZ | 33.84 | 65.89 | 12.37 | - |
| YUV | 159.84 | 56.41 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 245 | 33 | 0.83 | 0 | 0.87 | 0.04 | 117.74 | 0.91 | 0.55 |
| Hex | 29 | F5 | 21 | 53 | 0 | 57 | 4 | 76 | 5B | 37 |
| Octal | 51 | 365 | 41 | 123 | 0 | 127 | 4 | 166 | 133 | 67 |
| Binary | 101001 | 11110101 | 100001 | 1010011 | 0 | 1010111 | 100 | 1110110 | 1011011 | 110111 |
Color Harmonies of #29F521
Complementary color
Monochromatic Colors of #29F521
Black with #29F521
Text Example
Text Example
White with #29F521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F521; }
p { color: rgb(41,245,33); }
H1.HeaderClassName
{
color: #29F521;
}
.AnyTagClassName
{
color: #29F521;
}
</style>
background-color css
<style>
a { background-color: #29F521; }
a { background-color: rgb(41,245,33); }
div.DivClassName
{
background-color: #29F521;
}
.BgClassName
{
background-color: #29F521;
}
</style>
border-color css
<style>
span { border-color: #29F521; }
span { border-color: rgb(41,245,33); }
td.TdClassName
{
border-color: #29F521;
}
.TagClassName
{
border-color: #29F521;
}
</style>