Shades of Free Speech Green #13DB1C
Tints of Free Speech Green #13DB1C
RGB
CMYK
RGB Variations
Color information
#13DB1C (or 0x13DB1C) is known color: Free Speech Green. HEX triplet: 13, DB and 1C. RGB value is (19,219,28). Sum of RGB (Red+Green+Blue) = 19+219+28=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB1C is #EC24E3. Grayscale: #898989. Windows color (decimal): -15475940 or 1891091. OLE color: 1891091.
HSL color Cylindrical-coordinate representation of color #13DB1C: hue angle of 122.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DB1C is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 28 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.14 |
| HSL | 122.7º | 0.84% | 0.47% | - |
| HSV(B) | 122.7º | 0.91% | 0.86% | - |
| XYZ | 25.81 | 50.89 | 9.56 | - |
| YUV | 137.43 | 66.24 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 28 | 0.91 | 0 | 0.87 | 0.14 | 122.7 | 0.84 | 0.47 |
| Hex | 13 | DB | 1C | 5B | 0 | 57 | E | 7B | 54 | 2F |
| Octal | 23 | 333 | 34 | 133 | 0 | 127 | 16 | 173 | 124 | 57 |
| Binary | 10011 | 11011011 | 11100 | 1011011 | 0 | 1010111 | 1110 | 1111011 | 1010100 | 101111 |
Color Harmonies of #13DB1C
Complementary color
Monochromatic Colors of #13DB1C
Black with #13DB1C
Text Example
Text Example
White with #13DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB1C; }
p { color: rgb(19,219,28); }
H1.HeaderClassName
{
color: #13DB1C;
}
.AnyTagClassName
{
color: #13DB1C;
}
</style>
background-color css
<style>
a { background-color: #13DB1C; }
a { background-color: rgb(19,219,28); }
div.DivClassName
{
background-color: #13DB1C;
}
.BgClassName
{
background-color: #13DB1C;
}
</style>
border-color css
<style>
span { border-color: #13DB1C; }
span { border-color: rgb(19,219,28); }
td.TdClassName
{
border-color: #13DB1C;
}
.TagClassName
{
border-color: #13DB1C;
}
</style>