Shades of Free Speech Green #03D319
Tints of Free Speech Green #03D319
RGB
CMYK
RGB Variations
Color information
#03D319 (or 0x03D319) is known color: Free Speech Green. HEX triplet: 03, D3 and 19. RGB value is (3,211,25). Sum of RGB (Red+Green+Blue) = 3+211+25=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 211 (82.81% from 255 or 88.28% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 211 - color contains mainly: green. Hex color #03D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D319 is #FC2CE6. Grayscale: #808080. Windows color (decimal): -16526567 or 1692419. OLE color: 1692419.
HSL color Cylindrical-coordinate representation of color #03D319: hue angle of 126.35º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D319 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 25 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.17 |
| HSL | 126.35º | 0.97% | 0.42% | - |
| HSV(B) | 126.35º | 0.99% | 0.83% | - |
| XYZ | 23.51 | 46.68 | 8.69 | - |
| YUV | 127.6 | 70.09 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 25 | 0.99 | 0 | 0.88 | 0.17 | 126.35 | 0.97 | 0.42 |
| Hex | 3 | D3 | 19 | 63 | 0 | 58 | 11 | 7E | 61 | 2A |
| Octal | 3 | 323 | 31 | 143 | 0 | 130 | 21 | 176 | 141 | 52 |
| Binary | 11 | 11010011 | 11001 | 1100011 | 0 | 1011000 | 10001 | 1111110 | 1100001 | 101010 |
Color Harmonies of #03D319
Complementary color
Monochromatic Colors of #03D319
Black with #03D319
Text Example
Text Example
White with #03D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D319; }
p { color: rgb(3,211,25); }
H1.HeaderClassName
{
color: #03D319;
}
.AnyTagClassName
{
color: #03D319;
}
</style>
background-color css
<style>
a { background-color: #03D319; }
a { background-color: rgb(3,211,25); }
div.DivClassName
{
background-color: #03D319;
}
.BgClassName
{
background-color: #03D319;
}
</style>
border-color css
<style>
span { border-color: #03D319; }
span { border-color: rgb(3,211,25); }
td.TdClassName
{
border-color: #03D319;
}
.TagClassName
{
border-color: #03D319;
}
</style>