Shades of Free Speech Green #03E31D
Tints of Free Speech Green #03E31D
RGB
CMYK
RGB Variations
Color information
#03E31D (or 0x03E31D) is known color: Free Speech Green. HEX triplet: 03, E3 and 1D. RGB value is (3,227,29). Sum of RGB (Red+Green+Blue) = 3+227+29=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 227 (89.06% from 255 or 87.64% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 227 - color contains mainly: green. Hex color #03E31D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E31D is #FC1CE2. Grayscale: #8A8A8A. Windows color (decimal): -16522467 or 1958659. OLE color: 1958659.
HSL color Cylindrical-coordinate representation of color #03E31D: hue angle of 126.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E31D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 227 | 29 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.11 |
| HSL | 126.96º | 0.97% | 0.45% | - |
| HSV(B) | 126.96º | 0.99% | 0.89% | - |
| XYZ | 27.73 | 55.05 | 10.33 | - |
| YUV | 137.45 | 66.79 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 227 | 29 | 0.99 | 0 | 0.87 | 0.11 | 126.96 | 0.97 | 0.45 |
| Hex | 3 | E3 | 1D | 63 | 0 | 57 | B | 7F | 61 | 2D |
| Octal | 3 | 343 | 35 | 143 | 0 | 127 | 13 | 177 | 141 | 55 |
| Binary | 11 | 11100011 | 11101 | 1100011 | 0 | 1010111 | 1011 | 1111111 | 1100001 | 101101 |
Color Harmonies of #03E31D
Complementary color
Monochromatic Colors of #03E31D
Black with #03E31D
Text Example
Text Example
White with #03E31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E31D; }
p { color: rgb(3,227,29); }
H1.HeaderClassName
{
color: #03E31D;
}
.AnyTagClassName
{
color: #03E31D;
}
</style>
background-color css
<style>
a { background-color: #03E31D; }
a { background-color: rgb(3,227,29); }
div.DivClassName
{
background-color: #03E31D;
}
.BgClassName
{
background-color: #03E31D;
}
</style>
border-color css
<style>
span { border-color: #03E31D; }
span { border-color: rgb(3,227,29); }
td.TdClassName
{
border-color: #03E31D;
}
.TagClassName
{
border-color: #03E31D;
}
</style>