Shades of Free Speech Green #03D916
Tints of Free Speech Green #03D916
RGB
CMYK
RGB Variations
Color information
#03D916 (or 0x03D916) is known color: Free Speech Green. HEX triplet: 03, D9 and 16. RGB value is (3,217,22). Sum of RGB (Red+Green+Blue) = 3+217+22=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 217 (85.16% from 255 or 89.67% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 217 - color contains mainly: green. Hex color #03D916 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D916 is #FC26E9. Grayscale: #838383. Windows color (decimal): -16525034 or 1497347. OLE color: 1497347.
HSL color Cylindrical-coordinate representation of color #03D916: hue angle of 125.33º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D916 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 22 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.15 |
| HSL | 125.33º | 0.97% | 0.43% | - |
| HSV(B) | 125.33º | 0.99% | 0.85% | - |
| XYZ | 25 | 49.7 | 9.04 | - |
| YUV | 130.78 | 66.6 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 22 | 0.99 | 0 | 0.90 | 0.15 | 125.33 | 0.97 | 0.43 |
| Hex | 3 | D9 | 16 | 63 | 0 | 5A | F | 7D | 61 | 2B |
| Octal | 3 | 331 | 26 | 143 | 0 | 132 | 17 | 175 | 141 | 53 |
| Binary | 11 | 11011001 | 10110 | 1100011 | 0 | 1011010 | 1111 | 1111101 | 1100001 | 101011 |
Color Harmonies of #03D916
Complementary color
Monochromatic Colors of #03D916
Black with #03D916
Text Example
Text Example
White with #03D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D916; }
p { color: rgb(3,217,22); }
H1.HeaderClassName
{
color: #03D916;
}
.AnyTagClassName
{
color: #03D916;
}
</style>
background-color css
<style>
a { background-color: #03D916; }
a { background-color: rgb(3,217,22); }
div.DivClassName
{
background-color: #03D916;
}
.BgClassName
{
background-color: #03D916;
}
</style>
border-color css
<style>
span { border-color: #03D916; }
span { border-color: rgb(3,217,22); }
td.TdClassName
{
border-color: #03D916;
}
.TagClassName
{
border-color: #03D916;
}
</style>