Shades of Free Speech Green #1BD309
Tints of Free Speech Green #1BD309
RGB
CMYK
RGB Variations
Color information
#1BD309 (or 0x1BD309) is known color: Free Speech Green. HEX triplet: 1B, D3 and 09. RGB value is (27,211,9). Sum of RGB (Red+Green+Blue) = 27+211+9=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 211 (82.81% from 255 or 85.43% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD309 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD309 is #E42CF6. Grayscale: #858585. Windows color (decimal): -14953719 or 643867. OLE color: 643867.
HSL color Cylindrical-coordinate representation of color #1BD309: hue angle of 114.65º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BD309 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 27 | 211 | 9 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.17 |
| HSL | 114.65º | 0.92% | 0.43% | - |
| HSV(B) | 114.65º | 0.96% | 0.83% | - |
| XYZ | 23.8 | 46.84 | 8.05 | - |
| YUV | 132.96 | 58.04 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 211 | 9 | 0.87 | 0 | 0.96 | 0.17 | 114.65 | 0.92 | 0.43 |
| Hex | 1B | D3 | 9 | 57 | 0 | 60 | 11 | 73 | 5C | 2B |
| Octal | 33 | 323 | 11 | 127 | 0 | 140 | 21 | 163 | 134 | 53 |
| Binary | 11011 | 11010011 | 1001 | 1010111 | 0 | 1100000 | 10001 | 1110011 | 1011100 | 101011 |
Color Harmonies of #1BD309
Complementary color
Monochromatic Colors of #1BD309
Black with #1BD309
Text Example
Text Example
White with #1BD309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD309; }
p { color: rgb(27,211,9); }
H1.HeaderClassName
{
color: #1BD309;
}
.AnyTagClassName
{
color: #1BD309;
}
</style>
background-color css
<style>
a { background-color: #1BD309; }
a { background-color: rgb(27,211,9); }
div.DivClassName
{
background-color: #1BD309;
}
.BgClassName
{
background-color: #1BD309;
}
</style>
border-color css
<style>
span { border-color: #1BD309; }
span { border-color: rgb(27,211,9); }
td.TdClassName
{
border-color: #1BD309;
}
.TagClassName
{
border-color: #1BD309;
}
</style>