Shades of Free Speech Green #29F315
Tints of Free Speech Green #29F315
RGB
CMYK
RGB Variations
Color information
#29F315 (or 0x29F315) is known color: Free Speech Green. HEX triplet: 29, F3 and 15. RGB value is (41,243,21). Sum of RGB (Red+Green+Blue) = 41+243+21=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 243 (95.31% from 255 or 79.67% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 243 - color contains mainly: green. Hex color #29F315 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29F315 is #D60CEA. Grayscale: #9D9D9D. Windows color (decimal): -14028011 or 1438505. OLE color: 1438505.
HSL color Cylindrical-coordinate representation of color #29F315: hue angle of 114.59º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29F315 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 243 | 21 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.05 |
| HSL | 114.59º | 0.9% | 0.52% | - |
| HSV(B) | 114.59º | 0.91% | 0.95% | - |
| XYZ | 33.1 | 64.63 | 11.44 | - |
| YUV | 157.29 | 51.08 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 243 | 21 | 0.83 | 0 | 0.91 | 0.05 | 114.59 | 0.9 | 0.52 |
| Hex | 29 | F3 | 15 | 53 | 0 | 5B | 5 | 73 | 5A | 34 |
| Octal | 51 | 363 | 25 | 123 | 0 | 133 | 5 | 163 | 132 | 64 |
| Binary | 101001 | 11110011 | 10101 | 1010011 | 0 | 1011011 | 101 | 1110011 | 1011010 | 110100 |
Color Harmonies of #29F315
Complementary color
Monochromatic Colors of #29F315
Black with #29F315
Text Example
Text Example
White with #29F315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F315; }
p { color: rgb(41,243,21); }
H1.HeaderClassName
{
color: #29F315;
}
.AnyTagClassName
{
color: #29F315;
}
</style>
background-color css
<style>
a { background-color: #29F315; }
a { background-color: rgb(41,243,21); }
div.DivClassName
{
background-color: #29F315;
}
.BgClassName
{
background-color: #29F315;
}
</style>
border-color css
<style>
span { border-color: #29F315; }
span { border-color: rgb(41,243,21); }
td.TdClassName
{
border-color: #29F315;
}
.TagClassName
{
border-color: #29F315;
}
</style>