Shades of Free Speech Green #29FE32
Tints of Free Speech Green #29FE32
RGB
CMYK
RGB Variations
Color information
#29FE32 (or 0x29FE32) is known color: Free Speech Green. HEX triplet: 29, FE and 32. RGB value is (41,254,50). Sum of RGB (Red+Green+Blue) = 41+254+50=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 254 (99.61% from 255 or 73.62% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 254 - color contains mainly: green. Hex color #29FE32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29FE32 is #D601CD. Grayscale: #A7A7A7. Windows color (decimal): -14025166 or 3341865. OLE color: 3341865.
HSL color Cylindrical-coordinate representation of color #29FE32: hue angle of 122.54º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FE32 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 50 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.00 |
| HSL | 122.54º | 0.99% | 0.58% | - |
| HSV(B) | 122.54º | 0.84% | 1% | - |
| XYZ | 36.93 | 71.59 | 14.89 | - |
| YUV | 167.06 | 61.93 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 50 | 0.84 | 0 | 0.80 | 0.00 | 122.54 | 0.99 | 0.58 |
| Hex | 29 | FE | 32 | 54 | 0 | 50 | 0 | 7B | 63 | 3A |
| Octal | 51 | 376 | 62 | 124 | 0 | 120 | 0 | 173 | 143 | 72 |
| Binary | 101001 | 11111110 | 110010 | 1010100 | 0 | 1010000 | 0 | 1111011 | 1100011 | 111010 |
Color Harmonies of #29FE32
Complementary color
Monochromatic Colors of #29FE32
Black with #29FE32
Text Example
Text Example
White with #29FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FE32; }
p { color: rgb(41,254,50); }
H1.HeaderClassName
{
color: #29FE32;
}
.AnyTagClassName
{
color: #29FE32;
}
</style>
background-color css
<style>
a { background-color: #29FE32; }
a { background-color: rgb(41,254,50); }
div.DivClassName
{
background-color: #29FE32;
}
.BgClassName
{
background-color: #29FE32;
}
</style>
border-color css
<style>
span { border-color: #29FE32; }
span { border-color: rgb(41,254,50); }
td.TdClassName
{
border-color: #29FE32;
}
.TagClassName
{
border-color: #29FE32;
}
</style>