Shades of Free Speech Green #1DDF0D
Tints of Free Speech Green #1DDF0D
RGB
CMYK
RGB Variations
Color information
#1DDF0D (or 0x1DDF0D) is known color: Free Speech Green. HEX triplet: 1D, DF and 0D. RGB value is (29,223,13). Sum of RGB (Red+Green+Blue) = 29+223+13=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 223 (87.5% from 255 or 84.15% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDF0D is #E220F2. Grayscale: #8D8D8D. Windows color (decimal): -14819571 or 909085. OLE color: 909085.
HSL color Cylindrical-coordinate representation of color #1DDF0D: hue angle of 115.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DDF0D is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 13 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.13 |
| HSL | 115.43º | 0.89% | 0.46% | - |
| HSV(B) | 115.43º | 0.94% | 0.87% | - |
| XYZ | 26.97 | 53.07 | 9.2 | - |
| YUV | 141.05 | 55.73 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 13 | 0.87 | 0 | 0.94 | 0.13 | 115.43 | 0.89 | 0.46 |
| Hex | 1D | DF | D | 57 | 0 | 5E | D | 73 | 59 | 2E |
| Octal | 35 | 337 | 15 | 127 | 0 | 136 | 15 | 163 | 131 | 56 |
| Binary | 11101 | 11011111 | 1101 | 1010111 | 0 | 1011110 | 1101 | 1110011 | 1011001 | 101110 |
Color Harmonies of #1DDF0D
Complementary color
Monochromatic Colors of #1DDF0D
Black with #1DDF0D
Text Example
Text Example
White with #1DDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDF0D; }
p { color: rgb(29,223,13); }
H1.HeaderClassName
{
color: #1DDF0D;
}
.AnyTagClassName
{
color: #1DDF0D;
}
</style>
background-color css
<style>
a { background-color: #1DDF0D; }
a { background-color: rgb(29,223,13); }
div.DivClassName
{
background-color: #1DDF0D;
}
.BgClassName
{
background-color: #1DDF0D;
}
</style>
border-color css
<style>
span { border-color: #1DDF0D; }
span { border-color: rgb(29,223,13); }
td.TdClassName
{
border-color: #1DDF0D;
}
.TagClassName
{
border-color: #1DDF0D;
}
</style>