Shades of Free Speech Green #28F919
Tints of Free Speech Green #28F919
RGB
CMYK
RGB Variations
Color information
#28F919 (or 0x28F919) is known color: Free Speech Green. HEX triplet: 28, F9 and 19. RGB value is (40,249,25). Sum of RGB (Red+Green+Blue) = 40+249+25=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 249 (97.66% from 255 or 79.30% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 249 - color contains mainly: green. Hex color #28F919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F919 is #D706E6. Grayscale: #A1A1A1. Windows color (decimal): -14092007 or 1702184. OLE color: 1702184.
HSL color Cylindrical-coordinate representation of color #28F919: hue angle of 115.98º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28F919 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 25 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.02 |
| HSL | 115.98º | 0.95% | 0.54% | - |
| HSV(B) | 115.98º | 0.9% | 0.98% | - |
| XYZ | 34.93 | 68.27 | 12.26 | - |
| YUV | 160.97 | 51.26 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 25 | 0.84 | 0 | 0.90 | 0.02 | 115.98 | 0.95 | 0.54 |
| Hex | 28 | F9 | 19 | 54 | 0 | 5A | 2 | 74 | 5F | 36 |
| Octal | 50 | 371 | 31 | 124 | 0 | 132 | 2 | 164 | 137 | 66 |
| Binary | 101000 | 11111001 | 11001 | 1010100 | 0 | 1011010 | 10 | 1110100 | 1011111 | 110110 |
Color Harmonies of #28F919
Complementary color
Monochromatic Colors of #28F919
Black with #28F919
Text Example
Text Example
White with #28F919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F919; }
p { color: rgb(40,249,25); }
H1.HeaderClassName
{
color: #28F919;
}
.AnyTagClassName
{
color: #28F919;
}
</style>
background-color css
<style>
a { background-color: #28F919; }
a { background-color: rgb(40,249,25); }
div.DivClassName
{
background-color: #28F919;
}
.BgClassName
{
background-color: #28F919;
}
</style>
border-color css
<style>
span { border-color: #28F919; }
span { border-color: rgb(40,249,25); }
td.TdClassName
{
border-color: #28F919;
}
.TagClassName
{
border-color: #28F919;
}
</style>