Shades of Free Speech Green #13DB0D
Tints of Free Speech Green #13DB0D
RGB
CMYK
RGB Variations
Color information
#13DB0D (or 0x13DB0D) is known color: Free Speech Green. HEX triplet: 13, DB and 0D. RGB value is (19,219,13). Sum of RGB (Red+Green+Blue) = 19+219+13=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 219 (85.94% from 255 or 87.25% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DB0D is #EC24F2. Grayscale: #888888. Windows color (decimal): -15475955 or 908051. OLE color: 908051.
HSL color Cylindrical-coordinate representation of color #13DB0D: hue angle of 118.25º 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 #13DB0D is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 13 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.14 |
| HSL | 118.25º | 0.89% | 0.45% | - |
| HSV(B) | 118.25º | 0.94% | 0.86% | - |
| XYZ | 25.67 | 50.83 | 8.84 | - |
| YUV | 135.72 | 58.74 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 13 | 0.91 | 0 | 0.94 | 0.14 | 118.25 | 0.89 | 0.45 |
| Hex | 13 | DB | D | 5B | 0 | 5E | E | 76 | 59 | 2D |
| Octal | 23 | 333 | 15 | 133 | 0 | 136 | 16 | 166 | 131 | 55 |
| Binary | 10011 | 11011011 | 1101 | 1011011 | 0 | 1011110 | 1110 | 1110110 | 1011001 | 101101 |
Color Harmonies of #13DB0D
Complementary color
Monochromatic Colors of #13DB0D
Black with #13DB0D
Text Example
Text Example
White with #13DB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB0D; }
p { color: rgb(19,219,13); }
H1.HeaderClassName
{
color: #13DB0D;
}
.AnyTagClassName
{
color: #13DB0D;
}
</style>
background-color css
<style>
a { background-color: #13DB0D; }
a { background-color: rgb(19,219,13); }
div.DivClassName
{
background-color: #13DB0D;
}
.BgClassName
{
background-color: #13DB0D;
}
</style>
border-color css
<style>
span { border-color: #13DB0D; }
span { border-color: rgb(19,219,13); }
td.TdClassName
{
border-color: #13DB0D;
}
.TagClassName
{
border-color: #13DB0D;
}
</style>