Shades of Free Speech Green #13D50D
Tints of Free Speech Green #13D50D
RGB
CMYK
RGB Variations
Color information
#13D50D (or 0x13D50D) is known color: Free Speech Green. HEX triplet: 13, D5 and 0D. RGB value is (19,213,13). Sum of RGB (Red+Green+Blue) = 19+213+13=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 213 (83.59% from 255 or 86.94% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 213 - color contains mainly: green. Hex color #13D50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D50D is #EC2AF2. Grayscale: #848484. Windows color (decimal): -15477491 or 906515. OLE color: 906515.
HSL color Cylindrical-coordinate representation of color #13D50D: hue angle of 118.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13D50D is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 13 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.16 |
| HSL | 118.2º | 0.88% | 0.44% | - |
| HSV(B) | 118.2º | 0.94% | 0.84% | - |
| XYZ | 24.14 | 47.76 | 8.33 | - |
| YUV | 132.19 | 60.73 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 13 | 0.91 | 0 | 0.94 | 0.16 | 118.2 | 0.88 | 0.44 |
| Hex | 13 | D5 | D | 5B | 0 | 5E | 10 | 76 | 58 | 2C |
| Octal | 23 | 325 | 15 | 133 | 0 | 136 | 20 | 166 | 130 | 54 |
| Binary | 10011 | 11010101 | 1101 | 1011011 | 0 | 1011110 | 10000 | 1110110 | 1011000 | 101100 |
Color Harmonies of #13D50D
Complementary color
Monochromatic Colors of #13D50D
Black with #13D50D
Text Example
Text Example
White with #13D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D50D; }
p { color: rgb(19,213,13); }
H1.HeaderClassName
{
color: #13D50D;
}
.AnyTagClassName
{
color: #13D50D;
}
</style>
background-color css
<style>
a { background-color: #13D50D; }
a { background-color: rgb(19,213,13); }
div.DivClassName
{
background-color: #13D50D;
}
.BgClassName
{
background-color: #13D50D;
}
</style>
border-color css
<style>
span { border-color: #13D50D; }
span { border-color: rgb(19,213,13); }
td.TdClassName
{
border-color: #13D50D;
}
.TagClassName
{
border-color: #13D50D;
}
</style>