Shades of Free Speech Green #1BFA29
Tints of Free Speech Green #1BFA29
RGB
CMYK
RGB Variations
Color information
#1BFA29 (or 0x1BFA29) is known color: Free Speech Green. HEX triplet: 1B, FA and 29. RGB value is (27,250,41). Sum of RGB (Red+Green+Blue) = 27+250+41=318 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.49% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFA29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFA29 is #E405D6. Grayscale: #A0A0A0. Windows color (decimal): -14943703 or 2751003. OLE color: 2751003.
HSL color Cylindrical-coordinate representation of color #1BFA29: hue angle of 123.77º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFA29 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 250 | 41 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.02 |
| HSL | 123.77º | 0.96% | 0.54% | - |
| HSV(B) | 123.77º | 0.89% | 0.98% | - |
| XYZ | 35.04 | 68.76 | 13.52 | - |
| YUV | 159.5 | 61.12 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 250 | 41 | 0.89 | 0 | 0.84 | 0.02 | 123.77 | 0.96 | 0.54 |
| Hex | 1B | FA | 29 | 59 | 0 | 54 | 2 | 7C | 60 | 36 |
| Octal | 33 | 372 | 51 | 131 | 0 | 124 | 2 | 174 | 140 | 66 |
| Binary | 11011 | 11111010 | 101001 | 1011001 | 0 | 1010100 | 10 | 1111100 | 1100000 | 110110 |
Color Harmonies of #1BFA29
Complementary color
Monochromatic Colors of #1BFA29
Black with #1BFA29
Text Example
Text Example
White with #1BFA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFA29; }
p { color: rgb(27,250,41); }
H1.HeaderClassName
{
color: #1BFA29;
}
.AnyTagClassName
{
color: #1BFA29;
}
</style>
background-color css
<style>
a { background-color: #1BFA29; }
a { background-color: rgb(27,250,41); }
div.DivClassName
{
background-color: #1BFA29;
}
.BgClassName
{
background-color: #1BFA29;
}
</style>
border-color css
<style>
span { border-color: #1BFA29; }
span { border-color: rgb(27,250,41); }
td.TdClassName
{
border-color: #1BFA29;
}
.TagClassName
{
border-color: #1BFA29;
}
</style>