Shades of Free Speech Green #11F32F
Tints of Free Speech Green #11F32F
RGB
CMYK
RGB Variations
Color information
#11F32F (or 0x11F32F) is known color: Free Speech Green. HEX triplet: 11, F3 and 2F. RGB value is (17,243,47). Sum of RGB (Red+Green+Blue) = 17+243+47=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 243 (95.31% from 255 or 79.15% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 243 - color contains mainly: green. Hex color #11F32F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F32F is #EE0CD0. Grayscale: #999999. Windows color (decimal): -15600849 or 3142417. OLE color: 3142417.
HSL color Cylindrical-coordinate representation of color #11F32F: hue angle of 127.96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F32F is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 243 | 47 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.05 |
| HSL | 127.96º | 0.9% | 0.51% | - |
| HSV(B) | 127.96º | 0.93% | 0.95% | - |
| XYZ | 32.79 | 64.43 | 13.4 | - |
| YUV | 153.08 | 68.13 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 243 | 47 | 0.93 | 0 | 0.81 | 0.05 | 127.96 | 0.9 | 0.51 |
| Hex | 11 | F3 | 2F | 5D | 0 | 51 | 5 | 80 | 5A | 33 |
| Octal | 21 | 363 | 57 | 135 | 0 | 121 | 5 | 200 | 132 | 63 |
| Binary | 10001 | 11110011 | 101111 | 1011101 | 0 | 1010001 | 101 | 10000000 | 1011010 | 110011 |
Color Harmonies of #11F32F
Complementary color
Monochromatic Colors of #11F32F
Black with #11F32F
Text Example
Text Example
White with #11F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F32F; }
p { color: rgb(17,243,47); }
H1.HeaderClassName
{
color: #11F32F;
}
.AnyTagClassName
{
color: #11F32F;
}
</style>
background-color css
<style>
a { background-color: #11F32F; }
a { background-color: rgb(17,243,47); }
div.DivClassName
{
background-color: #11F32F;
}
.BgClassName
{
background-color: #11F32F;
}
</style>
border-color css
<style>
span { border-color: #11F32F; }
span { border-color: rgb(17,243,47); }
td.TdClassName
{
border-color: #11F32F;
}
.TagClassName
{
border-color: #11F32F;
}
</style>