Shades of Free Speech Green #28F320
Tints of Free Speech Green #28F320
RGB
CMYK
RGB Variations
Color information
#28F320 (or 0x28F320) is known color: Free Speech Green. HEX triplet: 28, F3 and 20. RGB value is (40,243,32). Sum of RGB (Red+Green+Blue) = 40+243+32=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 243 (95.31% from 255 or 77.14% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 243 - color contains mainly: green. Hex color #28F320 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F320 is #D70CDF. Grayscale: #9E9E9E. Windows color (decimal): -14093536 or 2159400. OLE color: 2159400.
HSL color Cylindrical-coordinate representation of color #28F320: hue angle of 117.73º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28F320 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 32 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.05 |
| HSL | 117.73º | 0.9% | 0.54% | - |
| HSV(B) | 117.73º | 0.87% | 0.95% | - |
| XYZ | 33.19 | 64.66 | 12.1 | - |
| YUV | 158.25 | 56.75 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 32 | 0.84 | 0 | 0.87 | 0.05 | 117.73 | 0.9 | 0.54 |
| Hex | 28 | F3 | 20 | 54 | 0 | 57 | 5 | 76 | 5A | 36 |
| Octal | 50 | 363 | 40 | 124 | 0 | 127 | 5 | 166 | 132 | 66 |
| Binary | 101000 | 11110011 | 100000 | 1010100 | 0 | 1010111 | 101 | 1110110 | 1011010 | 110110 |
Color Harmonies of #28F320
Complementary color
Monochromatic Colors of #28F320
Black with #28F320
Text Example
Text Example
White with #28F320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F320; }
p { color: rgb(40,243,32); }
H1.HeaderClassName
{
color: #28F320;
}
.AnyTagClassName
{
color: #28F320;
}
</style>
background-color css
<style>
a { background-color: #28F320; }
a { background-color: rgb(40,243,32); }
div.DivClassName
{
background-color: #28F320;
}
.BgClassName
{
background-color: #28F320;
}
</style>
border-color css
<style>
span { border-color: #28F320; }
span { border-color: rgb(40,243,32); }
td.TdClassName
{
border-color: #28F320;
}
.TagClassName
{
border-color: #28F320;
}
</style>