Shades of Free Speech Green #13D307
Tints of Free Speech Green #13D307
RGB
CMYK
RGB Variations
Color information
#13D307 (or 0x13D307) is known color: Free Speech Green. HEX triplet: 13, D3 and 07. RGB value is (19,211,7). Sum of RGB (Red+Green+Blue) = 19+211+7=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 211 (82.81% from 255 or 89.03% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 211 - color contains mainly: green. Hex color #13D307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D307 is #EC2CF8. Grayscale: #828282. Windows color (decimal): -15478009 or 512787. OLE color: 512787.
HSL color Cylindrical-coordinate representation of color #13D307: hue angle of 116.47º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13D307 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 7 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.17 |
| HSL | 116.47º | 0.94% | 0.43% | - |
| HSV(B) | 116.47º | 0.97% | 0.83% | - |
| XYZ | 23.6 | 46.74 | 7.98 | - |
| YUV | 130.34 | 58.39 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 7 | 0.91 | 0 | 0.97 | 0.17 | 116.47 | 0.94 | 0.43 |
| Hex | 13 | D3 | 7 | 5B | 0 | 61 | 11 | 74 | 5E | 2B |
| Octal | 23 | 323 | 7 | 133 | 0 | 141 | 21 | 164 | 136 | 53 |
| Binary | 10011 | 11010011 | 111 | 1011011 | 0 | 1100001 | 10001 | 1110100 | 1011110 | 101011 |
Color Harmonies of #13D307
Complementary color
Monochromatic Colors of #13D307
Black with #13D307
Text Example
Text Example
White with #13D307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D307; }
p { color: rgb(19,211,7); }
H1.HeaderClassName
{
color: #13D307;
}
.AnyTagClassName
{
color: #13D307;
}
</style>
background-color css
<style>
a { background-color: #13D307; }
a { background-color: rgb(19,211,7); }
div.DivClassName
{
background-color: #13D307;
}
.BgClassName
{
background-color: #13D307;
}
</style>
border-color css
<style>
span { border-color: #13D307; }
span { border-color: rgb(19,211,7); }
td.TdClassName
{
border-color: #13D307;
}
.TagClassName
{
border-color: #13D307;
}
</style>