Shades of Free Speech Green #03D015
Tints of Free Speech Green #03D015
RGB
CMYK
RGB Variations
Color information
#03D015 (or 0x03D015) is known color: Free Speech Green. HEX triplet: 03, D0 and 15. RGB value is (3,208,21). Sum of RGB (Red+Green+Blue) = 3+208+21=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 208 (81.64% from 255 or 89.66% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 208 - color contains mainly: green. Hex color #03D015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D015 is #FC2FEA. Grayscale: #7D7D7D. Windows color (decimal): -16527339 or 1429507. OLE color: 1429507.
HSL color Cylindrical-coordinate representation of color #03D015: hue angle of 125.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D015 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 21 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.18 |
| HSL | 125.27º | 0.97% | 0.41% | - |
| HSV(B) | 125.27º | 0.99% | 0.82% | - |
| XYZ | 22.73 | 45.19 | 8.23 | - |
| YUV | 125.39 | 69.08 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 21 | 0.99 | 0 | 0.90 | 0.18 | 125.27 | 0.97 | 0.41 |
| Hex | 3 | D0 | 15 | 63 | 0 | 5A | 12 | 7D | 61 | 29 |
| Octal | 3 | 320 | 25 | 143 | 0 | 132 | 22 | 175 | 141 | 51 |
| Binary | 11 | 11010000 | 10101 | 1100011 | 0 | 1011010 | 10010 | 1111101 | 1100001 | 101001 |
Color Harmonies of #03D015
Complementary color
Monochromatic Colors of #03D015
Black with #03D015
Text Example
Text Example
White with #03D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D015; }
p { color: rgb(3,208,21); }
H1.HeaderClassName
{
color: #03D015;
}
.AnyTagClassName
{
color: #03D015;
}
</style>
background-color css
<style>
a { background-color: #03D015; }
a { background-color: rgb(3,208,21); }
div.DivClassName
{
background-color: #03D015;
}
.BgClassName
{
background-color: #03D015;
}
</style>
border-color css
<style>
span { border-color: #03D015; }
span { border-color: rgb(3,208,21); }
td.TdClassName
{
border-color: #03D015;
}
.TagClassName
{
border-color: #03D015;
}
</style>