Shades of Free Speech Green #03F820
Tints of Free Speech Green #03F820
RGB
CMYK
RGB Variations
Color information
#03F820 (or 0x03F820) is known color: Free Speech Green. HEX triplet: 03, F8 and 20. RGB value is (3,248,32). Sum of RGB (Red+Green+Blue) = 3+248+32=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 248 (97.27% from 255 or 87.63% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 248 - color contains mainly: green. Hex color #03F820 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F820 is #FC07DF. Grayscale: #969696. Windows color (decimal): -16517088 or 2160643. OLE color: 2160643.
HSL color Cylindrical-coordinate representation of color #03F820: hue angle of 127.1º 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 #03F820 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 248 | 32 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.03 |
| HSL | 127.1º | 0.98% | 0.49% | - |
| HSV(B) | 127.1º | 0.99% | 0.97% | - |
| XYZ | 33.87 | 67.26 | 12.56 | - |
| YUV | 150.12 | 61.33 | 23.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 248 | 32 | 0.99 | 0 | 0.87 | 0.03 | 127.1 | 0.98 | 0.49 |
| Hex | 3 | F8 | 20 | 63 | 0 | 57 | 3 | 7F | 62 | 31 |
| Octal | 3 | 370 | 40 | 143 | 0 | 127 | 3 | 177 | 142 | 61 |
| Binary | 11 | 11111000 | 100000 | 1100011 | 0 | 1010111 | 11 | 1111111 | 1100010 | 110001 |
Color Harmonies of #03F820
Complementary color
Monochromatic Colors of #03F820
Black with #03F820
Text Example
Text Example
White with #03F820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F820; }
p { color: rgb(3,248,32); }
H1.HeaderClassName
{
color: #03F820;
}
.AnyTagClassName
{
color: #03F820;
}
</style>
background-color css
<style>
a { background-color: #03F820; }
a { background-color: rgb(3,248,32); }
div.DivClassName
{
background-color: #03F820;
}
.BgClassName
{
background-color: #03F820;
}
</style>
border-color css
<style>
span { border-color: #03F820; }
span { border-color: rgb(3,248,32); }
td.TdClassName
{
border-color: #03F820;
}
.TagClassName
{
border-color: #03F820;
}
</style>