Shades of Free Speech Green #1FDB0D
Tints of Free Speech Green #1FDB0D
RGB
CMYK
RGB Variations
Color information
#1FDB0D (or 0x1FDB0D) is known color: Free Speech Green. HEX triplet: 1F, DB and 0D. RGB value is (31,219,13). Sum of RGB (Red+Green+Blue) = 31+219+13=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 219 (85.94% from 255 or 83.27% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDB0D is #E024F2. Grayscale: #8B8B8B. Windows color (decimal): -14689523 or 908063. OLE color: 908063.
HSL color Cylindrical-coordinate representation of color #1FDB0D: hue angle of 114.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FDB0D is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 13 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.14 |
| HSL | 114.76º | 0.89% | 0.45% | - |
| HSV(B) | 114.76º | 0.94% | 0.86% | - |
| XYZ | 25.97 | 50.98 | 8.85 | - |
| YUV | 139.3 | 56.72 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 13 | 0.86 | 0 | 0.94 | 0.14 | 114.76 | 0.89 | 0.45 |
| Hex | 1F | DB | D | 56 | 0 | 5E | E | 73 | 59 | 2D |
| Octal | 37 | 333 | 15 | 126 | 0 | 136 | 16 | 163 | 131 | 55 |
| Binary | 11111 | 11011011 | 1101 | 1010110 | 0 | 1011110 | 1110 | 1110011 | 1011001 | 101101 |
Color Harmonies of #1FDB0D
Complementary color
Monochromatic Colors of #1FDB0D
Black with #1FDB0D
Text Example
Text Example
White with #1FDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB0D; }
p { color: rgb(31,219,13); }
H1.HeaderClassName
{
color: #1FDB0D;
}
.AnyTagClassName
{
color: #1FDB0D;
}
</style>
background-color css
<style>
a { background-color: #1FDB0D; }
a { background-color: rgb(31,219,13); }
div.DivClassName
{
background-color: #1FDB0D;
}
.BgClassName
{
background-color: #1FDB0D;
}
</style>
border-color css
<style>
span { border-color: #1FDB0D; }
span { border-color: rgb(31,219,13); }
td.TdClassName
{
border-color: #1FDB0D;
}
.TagClassName
{
border-color: #1FDB0D;
}
</style>