Shades of Free Speech Green #03D212
Tints of Free Speech Green #03D212
RGB
CMYK
RGB Variations
Color information
#03D212 (or 0x03D212) is known color: Free Speech Green. HEX triplet: 03, D2 and 12. RGB value is (3,210,18). Sum of RGB (Red+Green+Blue) = 3+210+18=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 210 (82.42% from 255 or 90.91% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 210 - color contains mainly: green. Hex color #03D212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D212 is #FC2DED. Grayscale: #7E7E7E. Windows color (decimal): -16526830 or 1233411. OLE color: 1233411.
HSL color Cylindrical-coordinate representation of color #03D212: hue angle of 124.35º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D212 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 18 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.18 |
| HSL | 124.35º | 0.97% | 0.42% | - |
| HSV(B) | 124.35º | 0.99% | 0.82% | - |
| XYZ | 23.19 | 46.16 | 8.26 | - |
| YUV | 126.22 | 66.92 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 18 | 0.99 | 0 | 0.91 | 0.18 | 124.35 | 0.97 | 0.42 |
| Hex | 3 | D2 | 12 | 63 | 0 | 5B | 12 | 7C | 61 | 2A |
| Octal | 3 | 322 | 22 | 143 | 0 | 133 | 22 | 174 | 141 | 52 |
| Binary | 11 | 11010010 | 10010 | 1100011 | 0 | 1011011 | 10010 | 1111100 | 1100001 | 101010 |
Color Harmonies of #03D212
Complementary color
Monochromatic Colors of #03D212
Black with #03D212
Text Example
Text Example
White with #03D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D212; }
p { color: rgb(3,210,18); }
H1.HeaderClassName
{
color: #03D212;
}
.AnyTagClassName
{
color: #03D212;
}
</style>
background-color css
<style>
a { background-color: #03D212; }
a { background-color: rgb(3,210,18); }
div.DivClassName
{
background-color: #03D212;
}
.BgClassName
{
background-color: #03D212;
}
</style>
border-color css
<style>
span { border-color: #03D212; }
span { border-color: rgb(3,210,18); }
td.TdClassName
{
border-color: #03D212;
}
.TagClassName
{
border-color: #03D212;
}
</style>