Shades of Free Speech Green #13D002
Tints of Free Speech Green #13D002
RGB
CMYK
RGB Variations
Color information
#13D002 (or 0x13D002) is known color: Free Speech Green. HEX triplet: 13, D0 and 02. RGB value is (19,208,2). Sum of RGB (Red+Green+Blue) = 19+208+2=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 208 (81.64% from 255 or 90.83% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 208 - color contains mainly: green. Hex color #13D002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D002 is #EC2FFD. Grayscale: #808080. Windows color (decimal): -15478782 or 184339. OLE color: 184339.
HSL color Cylindrical-coordinate representation of color #13D002: hue angle of 115.05º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13D002 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.18 |
| HSL | 115.05º | 0.98% | 0.41% | - |
| HSV(B) | 115.05º | 0.99% | 0.82% | - |
| XYZ | 22.84 | 45.25 | 7.59 | - |
| YUV | 128.01 | 56.88 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 2 | 0.91 | 0 | 0.99 | 0.18 | 115.05 | 0.98 | 0.41 |
| Hex | 13 | D0 | 2 | 5B | 0 | 63 | 12 | 73 | 62 | 29 |
| Octal | 23 | 320 | 2 | 133 | 0 | 143 | 22 | 163 | 142 | 51 |
| Binary | 10011 | 11010000 | 10 | 1011011 | 0 | 1100011 | 10010 | 1110011 | 1100010 | 101001 |
Color Harmonies of #13D002
Complementary color
Monochromatic Colors of #13D002
Black with #13D002
Text Example
Text Example
White with #13D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D002; }
p { color: rgb(19,208,2); }
H1.HeaderClassName
{
color: #13D002;
}
.AnyTagClassName
{
color: #13D002;
}
</style>
background-color css
<style>
a { background-color: #13D002; }
a { background-color: rgb(19,208,2); }
div.DivClassName
{
background-color: #13D002;
}
.BgClassName
{
background-color: #13D002;
}
</style>
border-color css
<style>
span { border-color: #13D002; }
span { border-color: rgb(19,208,2); }
td.TdClassName
{
border-color: #13D002;
}
.TagClassName
{
border-color: #13D002;
}
</style>