Shades of Free Speech Green #1DF219
Tints of Free Speech Green #1DF219
RGB
CMYK
RGB Variations
Color information
#1DF219 (or 0x1DF219) is known color: Free Speech Green. HEX triplet: 1D, F2 and 19. RGB value is (29,242,25). Sum of RGB (Red+Green+Blue) = 29+242+25=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 242 (94.92% from 255 or 81.76% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF219 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF219 is #E20DE6. Grayscale: #9A9A9A. Windows color (decimal): -14814695 or 1700381. OLE color: 1700381.
HSL color Cylindrical-coordinate representation of color #1DF219: hue angle of 118.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DF219 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 25 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.05 |
| HSL | 118.89º | 0.89% | 0.52% | - |
| HSV(B) | 118.89º | 0.9% | 0.95% | - |
| XYZ | 32.43 | 63.84 | 11.53 | - |
| YUV | 153.58 | 55.43 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 25 | 0.88 | 0 | 0.90 | 0.05 | 118.89 | 0.89 | 0.52 |
| Hex | 1D | F2 | 19 | 58 | 0 | 5A | 5 | 77 | 59 | 34 |
| Octal | 35 | 362 | 31 | 130 | 0 | 132 | 5 | 167 | 131 | 64 |
| Binary | 11101 | 11110010 | 11001 | 1011000 | 0 | 1011010 | 101 | 1110111 | 1011001 | 110100 |
Color Harmonies of #1DF219
Complementary color
Monochromatic Colors of #1DF219
Black with #1DF219
Text Example
Text Example
White with #1DF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF219; }
p { color: rgb(29,242,25); }
H1.HeaderClassName
{
color: #1DF219;
}
.AnyTagClassName
{
color: #1DF219;
}
</style>
background-color css
<style>
a { background-color: #1DF219; }
a { background-color: rgb(29,242,25); }
div.DivClassName
{
background-color: #1DF219;
}
.BgClassName
{
background-color: #1DF219;
}
</style>
border-color css
<style>
span { border-color: #1DF219; }
span { border-color: rgb(29,242,25); }
td.TdClassName
{
border-color: #1DF219;
}
.TagClassName
{
border-color: #1DF219;
}
</style>