Shades of Free Speech Green #03F32F
Tints of Free Speech Green #03F32F
RGB
CMYK
RGB Variations
Color information
#03F32F (or 0x03F32F) is known color: Free Speech Green. HEX triplet: 03, F3 and 2F. RGB value is (3,243,47). Sum of RGB (Red+Green+Blue) = 3+243+47=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 243 (95.31% from 255 or 82.94% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 243 - color contains mainly: green. Hex color #03F32F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F32F is #FC0CD0. Grayscale: #959595. Windows color (decimal): -16518353 or 3142403. OLE color: 3142403.
HSL color Cylindrical-coordinate representation of color #03F32F: hue angle of 131º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F32F is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 47 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.05 |
| HSL | 131º | 0.98% | 0.48% | - |
| HSV(B) | 131º | 0.99% | 0.95% | - |
| XYZ | 32.6 | 64.33 | 13.39 | - |
| YUV | 148.9 | 70.49 | 23.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 47 | 0.99 | 0 | 0.81 | 0.05 | 131 | 0.98 | 0.48 |
| Hex | 3 | F3 | 2F | 63 | 0 | 51 | 5 | 83 | 62 | 30 |
| Octal | 3 | 363 | 57 | 143 | 0 | 121 | 5 | 203 | 142 | 60 |
| Binary | 11 | 11110011 | 101111 | 1100011 | 0 | 1010001 | 101 | 10000011 | 1100010 | 110000 |
Color Harmonies of #03F32F
Complementary color
Monochromatic Colors of #03F32F
Black with #03F32F
Text Example
Text Example
White with #03F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F32F; }
p { color: rgb(3,243,47); }
H1.HeaderClassName
{
color: #03F32F;
}
.AnyTagClassName
{
color: #03F32F;
}
</style>
background-color css
<style>
a { background-color: #03F32F; }
a { background-color: rgb(3,243,47); }
div.DivClassName
{
background-color: #03F32F;
}
.BgClassName
{
background-color: #03F32F;
}
</style>
border-color css
<style>
span { border-color: #03F32F; }
span { border-color: rgb(3,243,47); }
td.TdClassName
{
border-color: #03F32F;
}
.TagClassName
{
border-color: #03F32F;
}
</style>