Shades of Free Speech Green #03DB0E
Tints of Free Speech Green #03DB0E
RGB
CMYK
RGB Variations
Color information
#03DB0E (or 0x03DB0E) is known color: Free Speech Green. HEX triplet: 03, DB and 0E. RGB value is (3,219,14). Sum of RGB (Red+Green+Blue) = 3+219+14=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 219 (85.94% from 255 or 92.80% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DB0E is #FC24F1. Grayscale: #838383. Windows color (decimal): -16524530 or 973571. OLE color: 973571.
HSL color Cylindrical-coordinate representation of color #03DB0E: hue angle of 123.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB0E is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 14 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.14 |
| HSL | 123.06º | 0.97% | 0.44% | - |
| HSV(B) | 123.06º | 0.99% | 0.86% | - |
| XYZ | 25.45 | 50.71 | 8.86 | - |
| YUV | 131.05 | 61.94 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 14 | 0.99 | 0 | 0.94 | 0.14 | 123.06 | 0.97 | 0.44 |
| Hex | 3 | DB | E | 63 | 0 | 5E | E | 7B | 61 | 2C |
| Octal | 3 | 333 | 16 | 143 | 0 | 136 | 16 | 173 | 141 | 54 |
| Binary | 11 | 11011011 | 1110 | 1100011 | 0 | 1011110 | 1110 | 1111011 | 1100001 | 101100 |
Color Harmonies of #03DB0E
Complementary color
Monochromatic Colors of #03DB0E
Black with #03DB0E
Text Example
Text Example
White with #03DB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB0E; }
p { color: rgb(3,219,14); }
H1.HeaderClassName
{
color: #03DB0E;
}
.AnyTagClassName
{
color: #03DB0E;
}
</style>
background-color css
<style>
a { background-color: #03DB0E; }
a { background-color: rgb(3,219,14); }
div.DivClassName
{
background-color: #03DB0E;
}
.BgClassName
{
background-color: #03DB0E;
}
</style>
border-color css
<style>
span { border-color: #03DB0E; }
span { border-color: rgb(3,219,14); }
td.TdClassName
{
border-color: #03DB0E;
}
.TagClassName
{
border-color: #03DB0E;
}
</style>