Shades of Free Speech Green #28E612
Tints of Free Speech Green #28E612
RGB
CMYK
RGB Variations
Color information
#28E612 (or 0x28E612) is known color: Free Speech Green. HEX triplet: 28, E6 and 12. RGB value is (40,230,18). Sum of RGB (Red+Green+Blue) = 40+230+18=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 230 (90.23% from 255 or 79.86% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 230 - color contains mainly: green. Hex color #28E612 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28E612 is #D719ED. Grayscale: #959595. Windows color (decimal): -14096878 or 1238568. OLE color: 1238568.
HSL color Cylindrical-coordinate representation of color #28E612: hue angle of 113.77º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28E612 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 18 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.10 |
| HSL | 113.77º | 0.85% | 0.49% | - |
| HSV(B) | 113.77º | 0.92% | 0.9% | - |
| XYZ | 29.28 | 57.09 | 10.05 | - |
| YUV | 149.02 | 54.05 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 18 | 0.83 | 0 | 0.92 | 0.10 | 113.77 | 0.85 | 0.49 |
| Hex | 28 | E6 | 12 | 53 | 0 | 5C | A | 72 | 55 | 31 |
| Octal | 50 | 346 | 22 | 123 | 0 | 134 | 12 | 162 | 125 | 61 |
| Binary | 101000 | 11100110 | 10010 | 1010011 | 0 | 1011100 | 1010 | 1110010 | 1010101 | 110001 |
Color Harmonies of #28E612
Complementary color
Monochromatic Colors of #28E612
Black with #28E612
Text Example
Text Example
White with #28E612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E612; }
p { color: rgb(40,230,18); }
H1.HeaderClassName
{
color: #28E612;
}
.AnyTagClassName
{
color: #28E612;
}
</style>
background-color css
<style>
a { background-color: #28E612; }
a { background-color: rgb(40,230,18); }
div.DivClassName
{
background-color: #28E612;
}
.BgClassName
{
background-color: #28E612;
}
</style>
border-color css
<style>
span { border-color: #28E612; }
span { border-color: rgb(40,230,18); }
td.TdClassName
{
border-color: #28E612;
}
.TagClassName
{
border-color: #28E612;
}
</style>