Shades of Free Speech Green #03D512
Tints of Free Speech Green #03D512
RGB
CMYK
RGB Variations
Color information
#03D512 (or 0x03D512) is known color: Free Speech Green. HEX triplet: 03, D5 and 12. RGB value is (3,213,18). Sum of RGB (Red+Green+Blue) = 3+213+18=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 213 (83.59% from 255 or 91.03% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 213 - color contains mainly: green. Hex color #03D512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D512 is #FC2AED. Grayscale: #808080. Windows color (decimal): -16526062 or 1234179. OLE color: 1234179.
HSL color Cylindrical-coordinate representation of color #03D512: hue angle of 124.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D512 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 18 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.16 |
| HSL | 124.29º | 0.97% | 0.42% | - |
| HSV(B) | 124.29º | 0.99% | 0.84% | - |
| XYZ | 23.94 | 47.65 | 8.51 | - |
| YUV | 127.98 | 65.93 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 18 | 0.99 | 0 | 0.92 | 0.16 | 124.29 | 0.97 | 0.42 |
| Hex | 3 | D5 | 12 | 63 | 0 | 5C | 10 | 7C | 61 | 2A |
| Octal | 3 | 325 | 22 | 143 | 0 | 134 | 20 | 174 | 141 | 52 |
| Binary | 11 | 11010101 | 10010 | 1100011 | 0 | 1011100 | 10000 | 1111100 | 1100001 | 101010 |
Color Harmonies of #03D512
Complementary color
Monochromatic Colors of #03D512
Black with #03D512
Text Example
Text Example
White with #03D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D512; }
p { color: rgb(3,213,18); }
H1.HeaderClassName
{
color: #03D512;
}
.AnyTagClassName
{
color: #03D512;
}
</style>
background-color css
<style>
a { background-color: #03D512; }
a { background-color: rgb(3,213,18); }
div.DivClassName
{
background-color: #03D512;
}
.BgClassName
{
background-color: #03D512;
}
</style>
border-color css
<style>
span { border-color: #03D512; }
span { border-color: rgb(3,213,18); }
td.TdClassName
{
border-color: #03D512;
}
.TagClassName
{
border-color: #03D512;
}
</style>