Shades of Free Speech Green #04D309
Tints of Free Speech Green #04D309
RGB
CMYK
RGB Variations
Color information
#04D309 (or 0x04D309) is known color: Free Speech Green. HEX triplet: 04, D3 and 09. RGB value is (4,211,9). Sum of RGB (Red+Green+Blue) = 4+211+9=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 211 (82.81% from 255 or 94.20% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 211 - color contains mainly: green. Hex color #04D309 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D309 is #FB2CF6. Grayscale: #7E7E7E. Windows color (decimal): -16461047 or 643844. OLE color: 643844.
HSL color Cylindrical-coordinate representation of color #04D309: hue angle of 121.45º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D309 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 211 | 9 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.17 |
| HSL | 121.45º | 0.96% | 0.42% | - |
| HSV(B) | 121.45º | 0.98% | 0.83% | - |
| XYZ | 23.39 | 46.63 | 8.03 | - |
| YUV | 126.08 | 61.92 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 211 | 9 | 0.98 | 0 | 0.96 | 0.17 | 121.45 | 0.96 | 0.42 |
| Hex | 4 | D3 | 9 | 62 | 0 | 60 | 11 | 79 | 60 | 2A |
| Octal | 4 | 323 | 11 | 142 | 0 | 140 | 21 | 171 | 140 | 52 |
| Binary | 100 | 11010011 | 1001 | 1100010 | 0 | 1100000 | 10001 | 1111001 | 1100000 | 101010 |
Color Harmonies of #04D309
Complementary color
Monochromatic Colors of #04D309
Black with #04D309
Text Example
Text Example
White with #04D309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D309; }
p { color: rgb(4,211,9); }
H1.HeaderClassName
{
color: #04D309;
}
.AnyTagClassName
{
color: #04D309;
}
</style>
background-color css
<style>
a { background-color: #04D309; }
a { background-color: rgb(4,211,9); }
div.DivClassName
{
background-color: #04D309;
}
.BgClassName
{
background-color: #04D309;
}
</style>
border-color css
<style>
span { border-color: #04D309; }
span { border-color: rgb(4,211,9); }
td.TdClassName
{
border-color: #04D309;
}
.TagClassName
{
border-color: #04D309;
}
</style>