Shades of Free Speech Green #13DB23
Tints of Free Speech Green #13DB23
RGB
CMYK
RGB Variations
Color information
#13DB23 (or 0x13DB23) is known color: Free Speech Green. HEX triplet: 13, DB and 23. RGB value is (19,219,35). Sum of RGB (Red+Green+Blue) = 19+219+35=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 219 (85.94% from 255 or 80.22% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB23 is #EC24DC. Grayscale: #8A8A8A. Windows color (decimal): -15475933 or 2349843. OLE color: 2349843.
HSL color Cylindrical-coordinate representation of color #13DB23: hue angle of 124.8º 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 #13DB23 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 35 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.14 |
| HSL | 124.8º | 0.84% | 0.47% | - |
| HSV(B) | 124.8º | 0.91% | 0.86% | - |
| XYZ | 25.9 | 50.92 | 10.05 | - |
| YUV | 138.22 | 69.74 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 35 | 0.91 | 0 | 0.84 | 0.14 | 124.8 | 0.84 | 0.47 |
| Hex | 13 | DB | 23 | 5B | 0 | 54 | E | 7D | 54 | 2F |
| Octal | 23 | 333 | 43 | 133 | 0 | 124 | 16 | 175 | 124 | 57 |
| Binary | 10011 | 11011011 | 100011 | 1011011 | 0 | 1010100 | 1110 | 1111101 | 1010100 | 101111 |
Color Harmonies of #13DB23
Complementary color
Monochromatic Colors of #13DB23
Black with #13DB23
Text Example
Text Example
White with #13DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB23; }
p { color: rgb(19,219,35); }
H1.HeaderClassName
{
color: #13DB23;
}
.AnyTagClassName
{
color: #13DB23;
}
</style>
background-color css
<style>
a { background-color: #13DB23; }
a { background-color: rgb(19,219,35); }
div.DivClassName
{
background-color: #13DB23;
}
.BgClassName
{
background-color: #13DB23;
}
</style>
border-color css
<style>
span { border-color: #13DB23; }
span { border-color: rgb(19,219,35); }
td.TdClassName
{
border-color: #13DB23;
}
.TagClassName
{
border-color: #13DB23;
}
</style>