Shades of Free Speech Green #03D921
Tints of Free Speech Green #03D921
RGB
CMYK
RGB Variations
Color information
#03D921 (or 0x03D921) is known color: Free Speech Green. HEX triplet: 03, D9 and 21. RGB value is (3,217,33). Sum of RGB (Red+Green+Blue) = 3+217+33=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 217 (85.16% from 255 or 85.77% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 217 - color contains mainly: green. Hex color #03D921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D921 is #FC26DE. Grayscale: #848484. Windows color (decimal): -16525023 or 2218243. OLE color: 2218243.
HSL color Cylindrical-coordinate representation of color #03D921: hue angle of 128.41º 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 #03D921 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 33 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.15 |
| HSL | 128.41º | 0.97% | 0.43% | - |
| HSV(B) | 128.41º | 0.99% | 0.85% | - |
| XYZ | 25.12 | 49.75 | 9.72 | - |
| YUV | 132.04 | 72.1 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 33 | 0.99 | 0 | 0.85 | 0.15 | 128.41 | 0.97 | 0.43 |
| Hex | 3 | D9 | 21 | 63 | 0 | 55 | F | 80 | 61 | 2B |
| Octal | 3 | 331 | 41 | 143 | 0 | 125 | 17 | 200 | 141 | 53 |
| Binary | 11 | 11011001 | 100001 | 1100011 | 0 | 1010101 | 1111 | 10000000 | 1100001 | 101011 |
Color Harmonies of #03D921
Complementary color
Monochromatic Colors of #03D921
Black with #03D921
Text Example
Text Example
White with #03D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D921; }
p { color: rgb(3,217,33); }
H1.HeaderClassName
{
color: #03D921;
}
.AnyTagClassName
{
color: #03D921;
}
</style>
background-color css
<style>
a { background-color: #03D921; }
a { background-color: rgb(3,217,33); }
div.DivClassName
{
background-color: #03D921;
}
.BgClassName
{
background-color: #03D921;
}
</style>
border-color css
<style>
span { border-color: #03D921; }
span { border-color: rgb(3,217,33); }
td.TdClassName
{
border-color: #03D921;
}
.TagClassName
{
border-color: #03D921;
}
</style>