Shades of Free Speech Green #1DCD02
Tints of Free Speech Green #1DCD02
RGB
CMYK
RGB Variations
Color information
#1DCD02 (or 0x1DCD02) is known color: Free Speech Green. HEX triplet: 1D, CD and 02. RGB value is (29,205,2). Sum of RGB (Red+Green+Blue) = 29+205+2=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 205 (80.47% from 255 or 86.86% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCD02 is #E232FD. Grayscale: #818181. Windows color (decimal): -14824190 or 183581. OLE color: 183581.
HSL color Cylindrical-coordinate representation of color #1DCD02: hue angle of 112.02º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DCD02 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.20 |
| HSL | 112.02º | 0.98% | 0.41% | - |
| HSV(B) | 112.02º | 0.99% | 0.8% | - |
| XYZ | 22.35 | 43.93 | 7.36 | - |
| YUV | 129.23 | 56.19 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 2 | 0.86 | 0 | 0.99 | 0.20 | 112.02 | 0.98 | 0.41 |
| Hex | 1D | CD | 2 | 56 | 0 | 63 | 14 | 70 | 62 | 29 |
| Octal | 35 | 315 | 2 | 126 | 0 | 143 | 24 | 160 | 142 | 51 |
| Binary | 11101 | 11001101 | 10 | 1010110 | 0 | 1100011 | 10100 | 1110000 | 1100010 | 101001 |
Color Harmonies of #1DCD02
Complementary color
Monochromatic Colors of #1DCD02
Black with #1DCD02
Text Example
Text Example
White with #1DCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD02; }
p { color: rgb(29,205,2); }
H1.HeaderClassName
{
color: #1DCD02;
}
.AnyTagClassName
{
color: #1DCD02;
}
</style>
background-color css
<style>
a { background-color: #1DCD02; }
a { background-color: rgb(29,205,2); }
div.DivClassName
{
background-color: #1DCD02;
}
.BgClassName
{
background-color: #1DCD02;
}
</style>
border-color css
<style>
span { border-color: #1DCD02; }
span { border-color: rgb(29,205,2); }
td.TdClassName
{
border-color: #1DCD02;
}
.TagClassName
{
border-color: #1DCD02;
}
</style>