Shades of Free Speech Green #1BD913
Tints of Free Speech Green #1BD913
RGB
CMYK
RGB Variations
Color information
#1BD913 (or 0x1BD913) is known color: Free Speech Green. HEX triplet: 1B, D9 and 13. RGB value is (27,217,19). Sum of RGB (Red+Green+Blue) = 27+217+19=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 217 (85.16% from 255 or 82.51% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 217 - color contains mainly: green. Hex color #1BD913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD913 is #E426EC. Grayscale: #8A8A8A. Windows color (decimal): -14952173 or 1300763. OLE color: 1300763.
HSL color Cylindrical-coordinate representation of color #1BD913: hue angle of 117.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BD913 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 217 | 19 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.15 |
| HSL | 117.58º | 0.84% | 0.46% | - |
| HSV(B) | 117.58º | 0.91% | 0.85% | - |
| XYZ | 25.38 | 49.91 | 8.91 | - |
| YUV | 137.62 | 61.05 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 19 | 0.88 | 0 | 0.91 | 0.15 | 117.58 | 0.84 | 0.46 |
| Hex | 1B | D9 | 13 | 58 | 0 | 5B | F | 76 | 54 | 2E |
| Octal | 33 | 331 | 23 | 130 | 0 | 133 | 17 | 166 | 124 | 56 |
| Binary | 11011 | 11011001 | 10011 | 1011000 | 0 | 1011011 | 1111 | 1110110 | 1010100 | 101110 |
Color Harmonies of #1BD913
Complementary color
Monochromatic Colors of #1BD913
Black with #1BD913
Text Example
Text Example
White with #1BD913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD913; }
p { color: rgb(27,217,19); }
H1.HeaderClassName
{
color: #1BD913;
}
.AnyTagClassName
{
color: #1BD913;
}
</style>
background-color css
<style>
a { background-color: #1BD913; }
a { background-color: rgb(27,217,19); }
div.DivClassName
{
background-color: #1BD913;
}
.BgClassName
{
background-color: #1BD913;
}
</style>
border-color css
<style>
span { border-color: #1BD913; }
span { border-color: rgb(27,217,19); }
td.TdClassName
{
border-color: #1BD913;
}
.TagClassName
{
border-color: #1BD913;
}
</style>