Shades of Free Speech Green #01D319
Tints of Free Speech Green #01D319
RGB
CMYK
RGB Variations
Color information
#01D319 (or 0x01D319) is known color: Free Speech Green. HEX triplet: 01, D3 and 19. RGB value is (1,211,25). Sum of RGB (Red+Green+Blue) = 1+211+25=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 211 (82.81% from 255 or 89.03% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 211 - color contains mainly: green. Hex color #01D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D319 is #FE2CE6. Grayscale: #7F7F7F. Windows color (decimal): -16657639 or 1692417. OLE color: 1692417.
HSL color Cylindrical-coordinate representation of color #01D319: hue angle of 126.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D319 is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 25 | - |
| CMYK | 1.00 | 0 | 0.88 | 0.17 |
| HSL | 126.86º | 0.99% | 0.42% | - |
| HSV(B) | 126.86º | 1% | 0.83% | - |
| XYZ | 23.48 | 46.67 | 8.69 | - |
| YUV | 127.01 | 70.43 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 25 | 1.00 | 0 | 0.88 | 0.17 | 126.86 | 0.99 | 0.42 |
| Hex | 1 | D3 | 19 | 64 | 0 | 58 | 11 | 7F | 63 | 2A |
| Octal | 1 | 323 | 31 | 144 | 0 | 130 | 21 | 177 | 143 | 52 |
| Binary | 1 | 11010011 | 11001 | 1100100 | 0 | 1011000 | 10001 | 1111111 | 1100011 | 101010 |
Color Harmonies of #01D319
Complementary color
Monochromatic Colors of #01D319
Black with #01D319
Text Example
Text Example
White with #01D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D319; }
p { color: rgb(1,211,25); }
H1.HeaderClassName
{
color: #01D319;
}
.AnyTagClassName
{
color: #01D319;
}
</style>
background-color css
<style>
a { background-color: #01D319; }
a { background-color: rgb(1,211,25); }
div.DivClassName
{
background-color: #01D319;
}
.BgClassName
{
background-color: #01D319;
}
</style>
border-color css
<style>
span { border-color: #01D319; }
span { border-color: rgb(1,211,25); }
td.TdClassName
{
border-color: #01D319;
}
.TagClassName
{
border-color: #01D319;
}
</style>