Shades of Free Speech Green #03E826
Tints of Free Speech Green #03E826
RGB
CMYK
RGB Variations
Color information
#03E826 (or 0x03E826) is known color: Free Speech Green. HEX triplet: 03, E8 and 26. RGB value is (3,232,38). Sum of RGB (Red+Green+Blue) = 3+232+38=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 232 (91.02% from 255 or 84.98% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 232 - color contains mainly: green. Hex color #03E826 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03E826 is #FC17D9. Grayscale: #8D8D8D. Windows color (decimal): -16521178 or 2549763. OLE color: 2549763.
HSL color Cylindrical-coordinate representation of color #03E826: hue angle of 129.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E826 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 232 | 38 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.09 |
| HSL | 129.17º | 0.97% | 0.46% | - |
| HSV(B) | 129.17º | 0.99% | 0.91% | - |
| XYZ | 29.24 | 57.87 | 11.46 | - |
| YUV | 141.41 | 69.63 | 29.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 232 | 38 | 0.99 | 0 | 0.84 | 0.09 | 129.17 | 0.97 | 0.46 |
| Hex | 3 | E8 | 26 | 63 | 0 | 54 | 9 | 81 | 61 | 2E |
| Octal | 3 | 350 | 46 | 143 | 0 | 124 | 11 | 201 | 141 | 56 |
| Binary | 11 | 11101000 | 100110 | 1100011 | 0 | 1010100 | 1001 | 10000001 | 1100001 | 101110 |
Color Harmonies of #03E826
Complementary color
Monochromatic Colors of #03E826
Black with #03E826
Text Example
Text Example
White with #03E826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E826; }
p { color: rgb(3,232,38); }
H1.HeaderClassName
{
color: #03E826;
}
.AnyTagClassName
{
color: #03E826;
}
</style>
background-color css
<style>
a { background-color: #03E826; }
a { background-color: rgb(3,232,38); }
div.DivClassName
{
background-color: #03E826;
}
.BgClassName
{
background-color: #03E826;
}
</style>
border-color css
<style>
span { border-color: #03E826; }
span { border-color: rgb(3,232,38); }
td.TdClassName
{
border-color: #03E826;
}
.TagClassName
{
border-color: #03E826;
}
</style>