Shades of Free Speech Green #19F329
Tints of Free Speech Green #19F329
RGB
CMYK
RGB Variations
Color information
#19F329 (or 0x19F329) is known color: Free Speech Green. HEX triplet: 19, F3 and 29. RGB value is (25,243,41). Sum of RGB (Red+Green+Blue) = 25+243+41=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 243 (95.31% from 255 or 78.64% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 243 - color contains mainly: green. Hex color #19F329 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F329 is #E60CD6. Grayscale: #9B9B9B. Windows color (decimal): -15076567 or 2749209. OLE color: 2749209.
HSL color Cylindrical-coordinate representation of color #19F329: hue angle of 124.4º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F329 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 41 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.05 |
| HSL | 124.4º | 0.9% | 0.53% | - |
| HSV(B) | 124.4º | 0.9% | 0.95% | - |
| XYZ | 32.85 | 64.47 | 12.81 | - |
| YUV | 154.79 | 63.78 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 41 | 0.90 | 0 | 0.83 | 0.05 | 124.4 | 0.9 | 0.53 |
| Hex | 19 | F3 | 29 | 5A | 0 | 53 | 5 | 7C | 5A | 35 |
| Octal | 31 | 363 | 51 | 132 | 0 | 123 | 5 | 174 | 132 | 65 |
| Binary | 11001 | 11110011 | 101001 | 1011010 | 0 | 1010011 | 101 | 1111100 | 1011010 | 110101 |
Color Harmonies of #19F329
Complementary color
Monochromatic Colors of #19F329
Black with #19F329
Text Example
Text Example
White with #19F329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F329; }
p { color: rgb(25,243,41); }
H1.HeaderClassName
{
color: #19F329;
}
.AnyTagClassName
{
color: #19F329;
}
</style>
background-color css
<style>
a { background-color: #19F329; }
a { background-color: rgb(25,243,41); }
div.DivClassName
{
background-color: #19F329;
}
.BgClassName
{
background-color: #19F329;
}
</style>
border-color css
<style>
span { border-color: #19F329; }
span { border-color: rgb(25,243,41); }
td.TdClassName
{
border-color: #19F329;
}
.TagClassName
{
border-color: #19F329;
}
</style>