Shades of Free Speech Green #1DF629
Tints of Free Speech Green #1DF629
RGB
CMYK
RGB Variations
Color information
#1DF629 (or 0x1DF629) is known color: Free Speech Green. HEX triplet: 1D, F6 and 29. RGB value is (29,246,41). Sum of RGB (Red+Green+Blue) = 29+246+41=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 246 (96.48% from 255 or 77.85% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF629 is #E209D6. Grayscale: #9E9E9E. Windows color (decimal): -14813655 or 2749981. OLE color: 2749981.
HSL color Cylindrical-coordinate representation of color #1DF629: hue angle of 123.32º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF629 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 41 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.04 |
| HSL | 123.32º | 0.92% | 0.54% | - |
| HSV(B) | 123.32º | 0.88% | 0.96% | - |
| XYZ | 33.86 | 66.33 | 13.12 | - |
| YUV | 157.75 | 62.11 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 41 | 0.88 | 0 | 0.83 | 0.04 | 123.32 | 0.92 | 0.54 |
| Hex | 1D | F6 | 29 | 58 | 0 | 53 | 4 | 7B | 5C | 36 |
| Octal | 35 | 366 | 51 | 130 | 0 | 123 | 4 | 173 | 134 | 66 |
| Binary | 11101 | 11110110 | 101001 | 1011000 | 0 | 1010011 | 100 | 1111011 | 1011100 | 110110 |
Color Harmonies of #1DF629
Complementary color
Monochromatic Colors of #1DF629
Black with #1DF629
Text Example
Text Example
White with #1DF629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF629; }
p { color: rgb(29,246,41); }
H1.HeaderClassName
{
color: #1DF629;
}
.AnyTagClassName
{
color: #1DF629;
}
</style>
background-color css
<style>
a { background-color: #1DF629; }
a { background-color: rgb(29,246,41); }
div.DivClassName
{
background-color: #1DF629;
}
.BgClassName
{
background-color: #1DF629;
}
</style>
border-color css
<style>
span { border-color: #1DF629; }
span { border-color: rgb(29,246,41); }
td.TdClassName
{
border-color: #1DF629;
}
.TagClassName
{
border-color: #1DF629;
}
</style>