Shades of Free Speech Green #03D21A
Tints of Free Speech Green #03D21A
RGB
CMYK
RGB Variations
Color information
#03D21A (or 0x03D21A) is known color: Free Speech Green. HEX triplet: 03, D2 and 1A. RGB value is (3,210,26). Sum of RGB (Red+Green+Blue) = 3+210+26=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 210 (82.42% from 255 or 87.87% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 210 - color contains mainly: green. Hex color #03D21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D21A is #FC2DE5. Grayscale: #7F7F7F. Windows color (decimal): -16526822 or 1757699. OLE color: 1757699.
HSL color Cylindrical-coordinate representation of color #03D21A: hue angle of 126.67º 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 #03D21A is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 26 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.18 |
| HSL | 126.67º | 0.97% | 0.42% | - |
| HSV(B) | 126.67º | 0.99% | 0.82% | - |
| XYZ | 23.27 | 46.19 | 8.67 | - |
| YUV | 127.13 | 70.92 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 26 | 0.99 | 0 | 0.88 | 0.18 | 126.67 | 0.97 | 0.42 |
| Hex | 3 | D2 | 1A | 63 | 0 | 58 | 12 | 7F | 61 | 2A |
| Octal | 3 | 322 | 32 | 143 | 0 | 130 | 22 | 177 | 141 | 52 |
| Binary | 11 | 11010010 | 11010 | 1100011 | 0 | 1011000 | 10010 | 1111111 | 1100001 | 101010 |
Color Harmonies of #03D21A
Complementary color
Monochromatic Colors of #03D21A
Black with #03D21A
Text Example
Text Example
White with #03D21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D21A; }
p { color: rgb(3,210,26); }
H1.HeaderClassName
{
color: #03D21A;
}
.AnyTagClassName
{
color: #03D21A;
}
</style>
background-color css
<style>
a { background-color: #03D21A; }
a { background-color: rgb(3,210,26); }
div.DivClassName
{
background-color: #03D21A;
}
.BgClassName
{
background-color: #03D21A;
}
</style>
border-color css
<style>
span { border-color: #03D21A; }
span { border-color: rgb(3,210,26); }
td.TdClassName
{
border-color: #03D21A;
}
.TagClassName
{
border-color: #03D21A;
}
</style>