Shades of Free Speech Green #13D202
Tints of Free Speech Green #13D202
RGB
CMYK
RGB Variations
Color information
#13D202 (or 0x13D202) is known color: Free Speech Green. HEX triplet: 13, D2 and 02. RGB value is (19,210,2). Sum of RGB (Red+Green+Blue) = 19+210+2=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 210 (82.42% from 255 or 90.91% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 210 - color contains mainly: green. Hex color #13D202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D202 is #EC2DFD. Grayscale: #818181. Windows color (decimal): -15478270 or 184851. OLE color: 184851.
HSL color Cylindrical-coordinate representation of color #13D202: hue angle of 115.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13D202 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.18 |
| HSL | 115.1º | 0.98% | 0.42% | - |
| HSV(B) | 115.1º | 0.99% | 0.82% | - |
| XYZ | 23.33 | 46.24 | 7.75 | - |
| YUV | 129.18 | 56.22 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 2 | 0.91 | 0 | 0.99 | 0.18 | 115.1 | 0.98 | 0.42 |
| Hex | 13 | D2 | 2 | 5B | 0 | 63 | 12 | 73 | 62 | 2A |
| Octal | 23 | 322 | 2 | 133 | 0 | 143 | 22 | 163 | 142 | 52 |
| Binary | 10011 | 11010010 | 10 | 1011011 | 0 | 1100011 | 10010 | 1110011 | 1100010 | 101010 |
Color Harmonies of #13D202
Complementary color
Monochromatic Colors of #13D202
Black with #13D202
Text Example
Text Example
White with #13D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D202; }
p { color: rgb(19,210,2); }
H1.HeaderClassName
{
color: #13D202;
}
.AnyTagClassName
{
color: #13D202;
}
</style>
background-color css
<style>
a { background-color: #13D202; }
a { background-color: rgb(19,210,2); }
div.DivClassName
{
background-color: #13D202;
}
.BgClassName
{
background-color: #13D202;
}
</style>
border-color css
<style>
span { border-color: #13D202; }
span { border-color: rgb(19,210,2); }
td.TdClassName
{
border-color: #13D202;
}
.TagClassName
{
border-color: #13D202;
}
</style>