Shades of Free Speech Green #28F82C
Tints of Free Speech Green #28F82C
RGB
CMYK
RGB Variations
Color information
#28F82C (or 0x28F82C) is known color: Free Speech Green. HEX triplet: 28, F8 and 2C. RGB value is (40,248,44). Sum of RGB (Red+Green+Blue) = 40+248+44=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 248 (97.27% from 255 or 74.70% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 248 - color contains mainly: green. Hex color #28F82C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F82C is #D707D3. Grayscale: #A3A3A3. Windows color (decimal): -14092244 or 2947112. OLE color: 2947112.
HSL color Cylindrical-coordinate representation of color #28F82C: hue angle of 121.15º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F82C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 44 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.03 |
| HSL | 121.15º | 0.94% | 0.56% | - |
| HSV(B) | 121.15º | 0.84% | 0.97% | - |
| XYZ | 34.9 | 67.77 | 13.62 | - |
| YUV | 162.55 | 61.09 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 44 | 0.84 | 0 | 0.82 | 0.03 | 121.15 | 0.94 | 0.56 |
| Hex | 28 | F8 | 2C | 54 | 0 | 52 | 3 | 79 | 5E | 38 |
| Octal | 50 | 370 | 54 | 124 | 0 | 122 | 3 | 171 | 136 | 70 |
| Binary | 101000 | 11111000 | 101100 | 1010100 | 0 | 1010010 | 11 | 1111001 | 1011110 | 111000 |
Color Harmonies of #28F82C
Complementary color
Monochromatic Colors of #28F82C
Black with #28F82C
Text Example
Text Example
White with #28F82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F82C; }
p { color: rgb(40,248,44); }
H1.HeaderClassName
{
color: #28F82C;
}
.AnyTagClassName
{
color: #28F82C;
}
</style>
background-color css
<style>
a { background-color: #28F82C; }
a { background-color: rgb(40,248,44); }
div.DivClassName
{
background-color: #28F82C;
}
.BgClassName
{
background-color: #28F82C;
}
</style>
border-color css
<style>
span { border-color: #28F82C; }
span { border-color: rgb(40,248,44); }
td.TdClassName
{
border-color: #28F82C;
}
.TagClassName
{
border-color: #28F82C;
}
</style>