Shades of Free Speech Green #03D313
Tints of Free Speech Green #03D313
RGB
CMYK
RGB Variations
Color information
#03D313 (or 0x03D313) is known color: Free Speech Green. HEX triplet: 03, D3 and 13. RGB value is (3,211,19). Sum of RGB (Red+Green+Blue) = 3+211+19=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 211 (82.81% from 255 or 90.56% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 211 - color contains mainly: green. Hex color #03D313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D313 is #FC2CEC. Grayscale: #7F7F7F. Windows color (decimal): -16526573 or 1299203. OLE color: 1299203.
HSL color Cylindrical-coordinate representation of color #03D313: hue angle of 124.62º 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 #03D313 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 19 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.17 |
| HSL | 124.62º | 0.97% | 0.42% | - |
| HSV(B) | 124.62º | 0.99% | 0.83% | - |
| XYZ | 23.45 | 46.65 | 8.39 | - |
| YUV | 126.92 | 67.09 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 19 | 0.99 | 0 | 0.91 | 0.17 | 124.62 | 0.97 | 0.42 |
| Hex | 3 | D3 | 13 | 63 | 0 | 5B | 11 | 7D | 61 | 2A |
| Octal | 3 | 323 | 23 | 143 | 0 | 133 | 21 | 175 | 141 | 52 |
| Binary | 11 | 11010011 | 10011 | 1100011 | 0 | 1011011 | 10001 | 1111101 | 1100001 | 101010 |
Color Harmonies of #03D313
Complementary color
Monochromatic Colors of #03D313
Black with #03D313
Text Example
Text Example
White with #03D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D313; }
p { color: rgb(3,211,19); }
H1.HeaderClassName
{
color: #03D313;
}
.AnyTagClassName
{
color: #03D313;
}
</style>
background-color css
<style>
a { background-color: #03D313; }
a { background-color: rgb(3,211,19); }
div.DivClassName
{
background-color: #03D313;
}
.BgClassName
{
background-color: #03D313;
}
</style>
border-color css
<style>
span { border-color: #03D313; }
span { border-color: rgb(3,211,19); }
td.TdClassName
{
border-color: #03D313;
}
.TagClassName
{
border-color: #03D313;
}
</style>