Shades of Free Speech Green #03D91C
Tints of Free Speech Green #03D91C
RGB
CMYK
RGB Variations
Color information
#03D91C (or 0x03D91C) is known color: Free Speech Green. HEX triplet: 03, D9 and 1C. RGB value is (3,217,28). Sum of RGB (Red+Green+Blue) = 3+217+28=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 217 (85.16% from 255 or 87.5% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 217 - color contains mainly: green. Hex color #03D91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D91C is #FC26E3. Grayscale: #848484. Windows color (decimal): -16525028 or 1890563. OLE color: 1890563.
HSL color Cylindrical-coordinate representation of color #03D91C: hue angle of 127.01º 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 #03D91C is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 28 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.15 |
| HSL | 127.01º | 0.97% | 0.43% | - |
| HSV(B) | 127.01º | 0.99% | 0.85% | - |
| XYZ | 25.06 | 49.73 | 9.38 | - |
| YUV | 131.47 | 69.6 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 28 | 0.99 | 0 | 0.87 | 0.15 | 127.01 | 0.97 | 0.43 |
| Hex | 3 | D9 | 1C | 63 | 0 | 57 | F | 7F | 61 | 2B |
| Octal | 3 | 331 | 34 | 143 | 0 | 127 | 17 | 177 | 141 | 53 |
| Binary | 11 | 11011001 | 11100 | 1100011 | 0 | 1010111 | 1111 | 1111111 | 1100001 | 101011 |
Color Harmonies of #03D91C
Complementary color
Monochromatic Colors of #03D91C
Black with #03D91C
Text Example
Text Example
White with #03D91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D91C; }
p { color: rgb(3,217,28); }
H1.HeaderClassName
{
color: #03D91C;
}
.AnyTagClassName
{
color: #03D91C;
}
</style>
background-color css
<style>
a { background-color: #03D91C; }
a { background-color: rgb(3,217,28); }
div.DivClassName
{
background-color: #03D91C;
}
.BgClassName
{
background-color: #03D91C;
}
</style>
border-color css
<style>
span { border-color: #03D91C; }
span { border-color: rgb(3,217,28); }
td.TdClassName
{
border-color: #03D91C;
}
.TagClassName
{
border-color: #03D91C;
}
</style>