Shades of Free Speech Green #1BDA13
Tints of Free Speech Green #1BDA13
RGB
CMYK
RGB Variations
Color information
#1BDA13 (or 0x1BDA13) is known color: Free Speech Green. HEX triplet: 1B, DA and 13. RGB value is (27,218,19). Sum of RGB (Red+Green+Blue) = 27+218+19=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 218 (85.55% from 255 or 82.58% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDA13 is #E425EC. Grayscale: #8A8A8A. Windows color (decimal): -14951917 or 1301019. OLE color: 1301019.
HSL color Cylindrical-coordinate representation of color #1BDA13: hue angle of 117.59º 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 #1BDA13 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 19 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.15 |
| HSL | 117.59º | 0.84% | 0.46% | - |
| HSV(B) | 117.59º | 0.91% | 0.85% | - |
| XYZ | 25.64 | 50.42 | 9 | - |
| YUV | 138.21 | 60.72 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 19 | 0.88 | 0 | 0.91 | 0.15 | 117.59 | 0.84 | 0.46 |
| Hex | 1B | DA | 13 | 58 | 0 | 5B | F | 76 | 54 | 2E |
| Octal | 33 | 332 | 23 | 130 | 0 | 133 | 17 | 166 | 124 | 56 |
| Binary | 11011 | 11011010 | 10011 | 1011000 | 0 | 1011011 | 1111 | 1110110 | 1010100 | 101110 |
Color Harmonies of #1BDA13
Complementary color
Monochromatic Colors of #1BDA13
Black with #1BDA13
Text Example
Text Example
White with #1BDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA13; }
p { color: rgb(27,218,19); }
H1.HeaderClassName
{
color: #1BDA13;
}
.AnyTagClassName
{
color: #1BDA13;
}
</style>
background-color css
<style>
a { background-color: #1BDA13; }
a { background-color: rgb(27,218,19); }
div.DivClassName
{
background-color: #1BDA13;
}
.BgClassName
{
background-color: #1BDA13;
}
</style>
border-color css
<style>
span { border-color: #1BDA13; }
span { border-color: rgb(27,218,19); }
td.TdClassName
{
border-color: #1BDA13;
}
.TagClassName
{
border-color: #1BDA13;
}
</style>