Shades of Free Speech Green #08E32D
Tints of Free Speech Green #08E32D
RGB
CMYK
RGB Variations
Color information
#08E32D (or 0x08E32D) is known color: Free Speech Green. HEX triplet: 08, E3 and 2D. RGB value is (8,227,45). Sum of RGB (Red+Green+Blue) = 8+227+45=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 227 (89.06% from 255 or 81.07% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 227 - color contains mainly: green. Hex color #08E32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E32D is #F71CD2. Grayscale: #8D8D8D. Windows color (decimal): -16194771 or 3007240. OLE color: 3007240.
HSL color Cylindrical-coordinate representation of color #08E32D: hue angle of 130.14º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E32D is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 227 | 45 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.11 |
| HSL | 130.14º | 0.93% | 0.46% | - |
| HSV(B) | 130.14º | 0.96% | 0.89% | - |
| XYZ | 28.04 | 55.18 | 11.66 | - |
| YUV | 140.77 | 73.95 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 227 | 45 | 0.96 | 0 | 0.80 | 0.11 | 130.14 | 0.93 | 0.46 |
| Hex | 8 | E3 | 2D | 60 | 0 | 50 | B | 82 | 5D | 2E |
| Octal | 10 | 343 | 55 | 140 | 0 | 120 | 13 | 202 | 135 | 56 |
| Binary | 1000 | 11100011 | 101101 | 1100000 | 0 | 1010000 | 1011 | 10000010 | 1011101 | 101110 |
Color Harmonies of #08E32D
Complementary color
Monochromatic Colors of #08E32D
Black with #08E32D
Text Example
Text Example
White with #08E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E32D; }
p { color: rgb(8,227,45); }
H1.HeaderClassName
{
color: #08E32D;
}
.AnyTagClassName
{
color: #08E32D;
}
</style>
background-color css
<style>
a { background-color: #08E32D; }
a { background-color: rgb(8,227,45); }
div.DivClassName
{
background-color: #08E32D;
}
.BgClassName
{
background-color: #08E32D;
}
</style>
border-color css
<style>
span { border-color: #08E32D; }
span { border-color: rgb(8,227,45); }
td.TdClassName
{
border-color: #08E32D;
}
.TagClassName
{
border-color: #08E32D;
}
</style>