Shades of Free Speech Green #29E616
Tints of Free Speech Green #29E616
RGB
CMYK
RGB Variations
Color information
#29E616 (or 0x29E616) is known color: Free Speech Green. HEX triplet: 29, E6 and 16. RGB value is (41,230,22). Sum of RGB (Red+Green+Blue) = 41+230+22=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 230 (90.23% from 255 or 78.50% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 230 - color contains mainly: green. Hex color #29E616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29E616 is #D619E9. Grayscale: #969696. Windows color (decimal): -14031338 or 1500713. OLE color: 1500713.
HSL color Cylindrical-coordinate representation of color #29E616: hue angle of 114.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29E616 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 230 | 22 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.10 |
| HSL | 114.52º | 0.83% | 0.49% | - |
| HSV(B) | 114.52º | 0.9% | 0.9% | - |
| XYZ | 29.36 | 57.12 | 10.24 | - |
| YUV | 149.78 | 55.88 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 230 | 22 | 0.82 | 0 | 0.90 | 0.10 | 114.52 | 0.83 | 0.49 |
| Hex | 29 | E6 | 16 | 52 | 0 | 5A | A | 73 | 53 | 31 |
| Octal | 51 | 346 | 26 | 122 | 0 | 132 | 12 | 163 | 123 | 61 |
| Binary | 101001 | 11100110 | 10110 | 1010010 | 0 | 1011010 | 1010 | 1110011 | 1010011 | 110001 |
Color Harmonies of #29E616
Complementary color
Monochromatic Colors of #29E616
Black with #29E616
Text Example
Text Example
White with #29E616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E616; }
p { color: rgb(41,230,22); }
H1.HeaderClassName
{
color: #29E616;
}
.AnyTagClassName
{
color: #29E616;
}
</style>
background-color css
<style>
a { background-color: #29E616; }
a { background-color: rgb(41,230,22); }
div.DivClassName
{
background-color: #29E616;
}
.BgClassName
{
background-color: #29E616;
}
</style>
border-color css
<style>
span { border-color: #29E616; }
span { border-color: rgb(41,230,22); }
td.TdClassName
{
border-color: #29E616;
}
.TagClassName
{
border-color: #29E616;
}
</style>