Shades of Free Speech Green #07E326
Tints of Free Speech Green #07E326
RGB
CMYK
RGB Variations
Color information
#07E326 (or 0x07E326) is known color: Free Speech Green. HEX triplet: 07, E3 and 26. RGB value is (7,227,38). Sum of RGB (Red+Green+Blue) = 7+227+38=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 227 (89.06% from 255 or 83.46% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 227 - color contains mainly: green. Hex color #07E326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E326 is #F81CD9. Grayscale: #8C8C8C. Windows color (decimal): -16260314 or 2548487. OLE color: 2548487.
HSL color Cylindrical-coordinate representation of color #07E326: hue angle of 128.45º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E326 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 38 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.11 |
| HSL | 128.45º | 0.94% | 0.46% | - |
| HSV(B) | 128.45º | 0.97% | 0.89% | - |
| XYZ | 27.91 | 55.12 | 11 | - |
| YUV | 139.67 | 70.61 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 38 | 0.97 | 0 | 0.83 | 0.11 | 128.45 | 0.94 | 0.46 |
| Hex | 7 | E3 | 26 | 61 | 0 | 53 | B | 80 | 5E | 2E |
| Octal | 7 | 343 | 46 | 141 | 0 | 123 | 13 | 200 | 136 | 56 |
| Binary | 111 | 11100011 | 100110 | 1100001 | 0 | 1010011 | 1011 | 10000000 | 1011110 | 101110 |
Color Harmonies of #07E326
Complementary color
Monochromatic Colors of #07E326
Black with #07E326
Text Example
Text Example
White with #07E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E326; }
p { color: rgb(7,227,38); }
H1.HeaderClassName
{
color: #07E326;
}
.AnyTagClassName
{
color: #07E326;
}
</style>
background-color css
<style>
a { background-color: #07E326; }
a { background-color: rgb(7,227,38); }
div.DivClassName
{
background-color: #07E326;
}
.BgClassName
{
background-color: #07E326;
}
</style>
border-color css
<style>
span { border-color: #07E326; }
span { border-color: rgb(7,227,38); }
td.TdClassName
{
border-color: #07E326;
}
.TagClassName
{
border-color: #07E326;
}
</style>