Shades of Free Speech Green #03F732
Tints of Free Speech Green #03F732
RGB
CMYK
RGB Variations
Color information
#03F732 (or 0x03F732) is known color: Free Speech Green. HEX triplet: 03, F7 and 32. RGB value is (3,247,50). Sum of RGB (Red+Green+Blue) = 3+247+50=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 247 (96.88% from 255 or 82.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 247 - color contains mainly: green. Hex color #03F732 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F732 is #FC08CD. Grayscale: #989898. Windows color (decimal): -16517326 or 3340035. OLE color: 3340035.
HSL color Cylindrical-coordinate representation of color #03F732: hue angle of 131.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F732 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 247 | 50 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.03 |
| HSL | 131.56º | 0.98% | 0.49% | - |
| HSV(B) | 131.56º | 0.99% | 0.97% | - |
| XYZ | 33.87 | 66.77 | 14.12 | - |
| YUV | 151.59 | 70.66 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 247 | 50 | 0.99 | 0 | 0.80 | 0.03 | 131.56 | 0.98 | 0.49 |
| Hex | 3 | F7 | 32 | 63 | 0 | 50 | 3 | 84 | 62 | 31 |
| Octal | 3 | 367 | 62 | 143 | 0 | 120 | 3 | 204 | 142 | 61 |
| Binary | 11 | 11110111 | 110010 | 1100011 | 0 | 1010000 | 11 | 10000100 | 1100010 | 110001 |
Color Harmonies of #03F732
Complementary color
Monochromatic Colors of #03F732
Black with #03F732
Text Example
Text Example
White with #03F732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F732; }
p { color: rgb(3,247,50); }
H1.HeaderClassName
{
color: #03F732;
}
.AnyTagClassName
{
color: #03F732;
}
</style>
background-color css
<style>
a { background-color: #03F732; }
a { background-color: rgb(3,247,50); }
div.DivClassName
{
background-color: #03F732;
}
.BgClassName
{
background-color: #03F732;
}
</style>
border-color css
<style>
span { border-color: #03F732; }
span { border-color: rgb(3,247,50); }
td.TdClassName
{
border-color: #03F732;
}
.TagClassName
{
border-color: #03F732;
}
</style>