Shades of Free Speech Green #00F32F
Tints of Free Speech Green #00F32F
RGB
CMYK
RGB Variations
Color information
#00F32F (or 0x00F32F) is known color: Free Speech Green. HEX triplet: 00, F3 and 2F. RGB value is (0,243,47). Sum of RGB (Red+Green+Blue) = 0+243+47=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 243 (95.31% from 255 or 83.79% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 243 - color contains mainly: green. Hex color #00F32F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F32F is #FF0CD0. Grayscale: #949494. Windows color (decimal): -16714961 or 3142400. OLE color: 3142400.
HSL color Cylindrical-coordinate representation of color #00F32F: hue angle of 131.6º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F32F is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 47 | - |
| CMYK | 1 | 0 | 0.81 | 0.05 |
| HSL | 131.6º | 1% | 0.48% | - |
| HSV(B) | 131.6º | 1% | 0.95% | - |
| XYZ | 32.56 | 64.31 | 13.39 | - |
| YUV | 148 | 70.99 | 22.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 47 | 1 | 0 | 0.81 | 0.05 | 131.6 | 1 | 0.48 |
| Hex | 0 | F3 | 2F | 64 | 0 | 51 | 5 | 84 | 64 | 30 |
| Octal | 0 | 363 | 57 | 144 | 0 | 121 | 5 | 204 | 144 | 60 |
| Binary | 0 | 11110011 | 101111 | 1100100 | 0 | 1010001 | 101 | 10000100 | 1100100 | 110000 |
Color Harmonies of #00F32F
Complementary color
Monochromatic Colors of #00F32F
Black with #00F32F
Text Example
Text Example
White with #00F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F32F; }
p { color: rgb(0,243,47); }
H1.HeaderClassName
{
color: #00F32F;
}
.AnyTagClassName
{
color: #00F32F;
}
</style>
background-color css
<style>
a { background-color: #00F32F; }
a { background-color: rgb(0,243,47); }
div.DivClassName
{
background-color: #00F32F;
}
.BgClassName
{
background-color: #00F32F;
}
</style>
border-color css
<style>
span { border-color: #00F32F; }
span { border-color: rgb(0,243,47); }
td.TdClassName
{
border-color: #00F32F;
}
.TagClassName
{
border-color: #00F32F;
}
</style>