Shades of Free Speech Green #1DF326
Tints of Free Speech Green #1DF326
RGB
CMYK
RGB Variations
Color information
#1DF326 (or 0x1DF326) is known color: Free Speech Green. HEX triplet: 1D, F3 and 26. RGB value is (29,243,38). Sum of RGB (Red+Green+Blue) = 29+243+38=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 243 (95.31% from 255 or 78.39% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF326 is #E20CD9. Grayscale: #9C9C9C. Windows color (decimal): -14814426 or 2552605. OLE color: 2552605.
HSL color Cylindrical-coordinate representation of color #1DF326: hue angle of 122.52º 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 #1DF326 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 38 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.05 |
| HSL | 122.52º | 0.9% | 0.53% | - |
| HSV(B) | 122.52º | 0.88% | 0.95% | - |
| XYZ | 32.91 | 64.5 | 12.55 | - |
| YUV | 155.64 | 61.6 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 38 | 0.88 | 0 | 0.84 | 0.05 | 122.52 | 0.9 | 0.53 |
| Hex | 1D | F3 | 26 | 58 | 0 | 54 | 5 | 7B | 5A | 35 |
| Octal | 35 | 363 | 46 | 130 | 0 | 124 | 5 | 173 | 132 | 65 |
| Binary | 11101 | 11110011 | 100110 | 1011000 | 0 | 1010100 | 101 | 1111011 | 1011010 | 110101 |
Color Harmonies of #1DF326
Complementary color
Monochromatic Colors of #1DF326
Black with #1DF326
Text Example
Text Example
White with #1DF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF326; }
p { color: rgb(29,243,38); }
H1.HeaderClassName
{
color: #1DF326;
}
.AnyTagClassName
{
color: #1DF326;
}
</style>
background-color css
<style>
a { background-color: #1DF326; }
a { background-color: rgb(29,243,38); }
div.DivClassName
{
background-color: #1DF326;
}
.BgClassName
{
background-color: #1DF326;
}
</style>
border-color css
<style>
span { border-color: #1DF326; }
span { border-color: rgb(29,243,38); }
td.TdClassName
{
border-color: #1DF326;
}
.TagClassName
{
border-color: #1DF326;
}
</style>