Shades of Free Speech Green #1DFA2F
Tints of Free Speech Green #1DFA2F
RGB
CMYK
RGB Variations
Color information
#1DFA2F (or 0x1DFA2F) is known color: Free Speech Green. HEX triplet: 1D, FA and 2F. RGB value is (29,250,47). Sum of RGB (Red+Green+Blue) = 29+250+47=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFA2F is #E205D0. Grayscale: #A1A1A1. Windows color (decimal): -14812625 or 3144221. OLE color: 3144221.
HSL color Cylindrical-coordinate representation of color #1DFA2F: hue angle of 124.89º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFA2F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 47 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.02 |
| HSL | 124.89º | 0.96% | 0.55% | - |
| HSV(B) | 124.89º | 0.88% | 0.98% | - |
| XYZ | 35.21 | 68.84 | 14.12 | - |
| YUV | 160.78 | 63.78 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 47 | 0.88 | 0 | 0.81 | 0.02 | 124.89 | 0.96 | 0.55 |
| Hex | 1D | FA | 2F | 58 | 0 | 51 | 2 | 7D | 60 | 37 |
| Octal | 35 | 372 | 57 | 130 | 0 | 121 | 2 | 175 | 140 | 67 |
| Binary | 11101 | 11111010 | 101111 | 1011000 | 0 | 1010001 | 10 | 1111101 | 1100000 | 110111 |
Color Harmonies of #1DFA2F
Complementary color
Monochromatic Colors of #1DFA2F
Black with #1DFA2F
Text Example
Text Example
White with #1DFA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA2F; }
p { color: rgb(29,250,47); }
H1.HeaderClassName
{
color: #1DFA2F;
}
.AnyTagClassName
{
color: #1DFA2F;
}
</style>
background-color css
<style>
a { background-color: #1DFA2F; }
a { background-color: rgb(29,250,47); }
div.DivClassName
{
background-color: #1DFA2F;
}
.BgClassName
{
background-color: #1DFA2F;
}
</style>
border-color css
<style>
span { border-color: #1DFA2F; }
span { border-color: rgb(29,250,47); }
td.TdClassName
{
border-color: #1DFA2F;
}
.TagClassName
{
border-color: #1DFA2F;
}
</style>