Shades of Free Speech Green #1DEA19
Tints of Free Speech Green #1DEA19
RGB
CMYK
RGB Variations
Color information
#1DEA19 (or 0x1DEA19) is known color: Free Speech Green. HEX triplet: 1D, EA and 19. RGB value is (29,234,25). Sum of RGB (Red+Green+Blue) = 29+234+25=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 234 (91.80% from 255 or 81.25% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEA19 is #E215E6. Grayscale: #959595. Windows color (decimal): -14816743 or 1698333. OLE color: 1698333.
HSL color Cylindrical-coordinate representation of color #1DEA19: hue angle of 118.85º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DEA19 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 234 | 25 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.08 |
| HSL | 118.85º | 0.83% | 0.51% | - |
| HSV(B) | 118.85º | 0.89% | 0.92% | - |
| XYZ | 30.1 | 59.18 | 10.76 | - |
| YUV | 148.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 234 | 25 | 0.88 | 0 | 0.89 | 0.08 | 118.85 | 0.83 | 0.51 |
| Hex | 1D | EA | 19 | 58 | 0 | 59 | 8 | 77 | 53 | 33 |
| Octal | 35 | 352 | 31 | 130 | 0 | 131 | 10 | 167 | 123 | 63 |
| Binary | 11101 | 11101010 | 11001 | 1011000 | 0 | 1011001 | 1000 | 1110111 | 1010011 | 110011 |
Color Harmonies of #1DEA19
Complementary color
Monochromatic Colors of #1DEA19
Black with #1DEA19
Text Example
Text Example
White with #1DEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEA19; }
p { color: rgb(29,234,25); }
H1.HeaderClassName
{
color: #1DEA19;
}
.AnyTagClassName
{
color: #1DEA19;
}
</style>
background-color css
<style>
a { background-color: #1DEA19; }
a { background-color: rgb(29,234,25); }
div.DivClassName
{
background-color: #1DEA19;
}
.BgClassName
{
background-color: #1DEA19;
}
</style>
border-color css
<style>
span { border-color: #1DEA19; }
span { border-color: rgb(29,234,25); }
td.TdClassName
{
border-color: #1DEA19;
}
.TagClassName
{
border-color: #1DEA19;
}
</style>