Shades of Free Speech Green #28FA15
Tints of Free Speech Green #28FA15
RGB
CMYK
RGB Variations
Color information
#28FA15 (or 0x28FA15) is known color: Free Speech Green. HEX triplet: 28, FA and 15. RGB value is (40,250,21). Sum of RGB (Red+Green+Blue) = 40+250+21=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FA15 is #D705EA. Grayscale: #A1A1A1. Windows color (decimal): -14091755 or 1440296. OLE color: 1440296.
HSL color Cylindrical-coordinate representation of color #28FA15: hue angle of 115.02º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28FA15 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 21 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.02 |
| HSL | 115.02º | 0.96% | 0.53% | - |
| HSV(B) | 115.02º | 0.92% | 0.98% | - |
| XYZ | 35.2 | 68.88 | 12.15 | - |
| YUV | 161.1 | 48.93 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 21 | 0.84 | 0 | 0.92 | 0.02 | 115.02 | 0.96 | 0.53 |
| Hex | 28 | FA | 15 | 54 | 0 | 5C | 2 | 73 | 60 | 35 |
| Octal | 50 | 372 | 25 | 124 | 0 | 134 | 2 | 163 | 140 | 65 |
| Binary | 101000 | 11111010 | 10101 | 1010100 | 0 | 1011100 | 10 | 1110011 | 1100000 | 110101 |
Color Harmonies of #28FA15
Complementary color
Monochromatic Colors of #28FA15
Black with #28FA15
Text Example
Text Example
White with #28FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA15; }
p { color: rgb(40,250,21); }
H1.HeaderClassName
{
color: #28FA15;
}
.AnyTagClassName
{
color: #28FA15;
}
</style>
background-color css
<style>
a { background-color: #28FA15; }
a { background-color: rgb(40,250,21); }
div.DivClassName
{
background-color: #28FA15;
}
.BgClassName
{
background-color: #28FA15;
}
</style>
border-color css
<style>
span { border-color: #28FA15; }
span { border-color: rgb(40,250,21); }
td.TdClassName
{
border-color: #28FA15;
}
.TagClassName
{
border-color: #28FA15;
}
</style>