Shades of Free Speech Green #29F223
Tints of Free Speech Green #29F223
RGB
CMYK
RGB Variations
Color information
#29F223 (or 0x29F223) is known color: Free Speech Green. HEX triplet: 29, F2 and 23. RGB value is (41,242,35). Sum of RGB (Red+Green+Blue) = 41+242+35=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 242 (94.92% from 255 or 76.10% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 242 - color contains mainly: green. Hex color #29F223 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F223 is #D60DDC. Grayscale: #9E9E9E. Windows color (decimal): -14028253 or 2355753. OLE color: 2355753.
HSL color Cylindrical-coordinate representation of color #29F223: hue angle of 118.26º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29F223 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 242 | 35 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.05 |
| HSL | 118.26º | 0.89% | 0.54% | - |
| HSV(B) | 118.26º | 0.86% | 0.95% | - |
| XYZ | 32.97 | 64.1 | 12.22 | - |
| YUV | 158.3 | 58.41 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 242 | 35 | 0.83 | 0 | 0.86 | 0.05 | 118.26 | 0.89 | 0.54 |
| Hex | 29 | F2 | 23 | 53 | 0 | 56 | 5 | 76 | 59 | 36 |
| Octal | 51 | 362 | 43 | 123 | 0 | 126 | 5 | 166 | 131 | 66 |
| Binary | 101001 | 11110010 | 100011 | 1010011 | 0 | 1010110 | 101 | 1110110 | 1011001 | 110110 |
Color Harmonies of #29F223
Complementary color
Monochromatic Colors of #29F223
Black with #29F223
Text Example
Text Example
White with #29F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F223; }
p { color: rgb(41,242,35); }
H1.HeaderClassName
{
color: #29F223;
}
.AnyTagClassName
{
color: #29F223;
}
</style>
background-color css
<style>
a { background-color: #29F223; }
a { background-color: rgb(41,242,35); }
div.DivClassName
{
background-color: #29F223;
}
.BgClassName
{
background-color: #29F223;
}
</style>
border-color css
<style>
span { border-color: #29F223; }
span { border-color: rgb(41,242,35); }
td.TdClassName
{
border-color: #29F223;
}
.TagClassName
{
border-color: #29F223;
}
</style>