Shades of Free Speech Green #1DF320
Tints of Free Speech Green #1DF320
RGB
CMYK
RGB Variations
Color information
#1DF320 (or 0x1DF320) is known color: Free Speech Green. HEX triplet: 1D, F3 and 20. RGB value is (29,243,32). Sum of RGB (Red+Green+Blue) = 29+243+32=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 243 (95.31% from 255 or 79.93% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF320 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF320 is #E20CDF. Grayscale: #9B9B9B. Windows color (decimal): -14814432 or 2159389. OLE color: 2159389.
HSL color Cylindrical-coordinate representation of color #1DF320: hue angle of 120.84º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF320 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 32 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.05 |
| HSL | 120.84º | 0.9% | 0.53% | - |
| HSV(B) | 120.84º | 0.88% | 0.95% | - |
| XYZ | 32.82 | 64.47 | 12.08 | - |
| YUV | 154.96 | 58.6 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 32 | 0.88 | 0 | 0.87 | 0.05 | 120.84 | 0.9 | 0.53 |
| Hex | 1D | F3 | 20 | 58 | 0 | 57 | 5 | 79 | 5A | 35 |
| Octal | 35 | 363 | 40 | 130 | 0 | 127 | 5 | 171 | 132 | 65 |
| Binary | 11101 | 11110011 | 100000 | 1011000 | 0 | 1010111 | 101 | 1111001 | 1011010 | 110101 |
Color Harmonies of #1DF320
Complementary color
Monochromatic Colors of #1DF320
Black with #1DF320
Text Example
Text Example
White with #1DF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF320; }
p { color: rgb(29,243,32); }
H1.HeaderClassName
{
color: #1DF320;
}
.AnyTagClassName
{
color: #1DF320;
}
</style>
background-color css
<style>
a { background-color: #1DF320; }
a { background-color: rgb(29,243,32); }
div.DivClassName
{
background-color: #1DF320;
}
.BgClassName
{
background-color: #1DF320;
}
</style>
border-color css
<style>
span { border-color: #1DF320; }
span { border-color: rgb(29,243,32); }
td.TdClassName
{
border-color: #1DF320;
}
.TagClassName
{
border-color: #1DF320;
}
</style>