Shades of Free Speech Green #28F31C
Tints of Free Speech Green #28F31C
RGB
CMYK
RGB Variations
Color information
#28F31C (or 0x28F31C) is known color: Free Speech Green. HEX triplet: 28, F3 and 1C. RGB value is (40,243,28). Sum of RGB (Red+Green+Blue) = 40+243+28=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 243 (95.31% from 255 or 78.14% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 243 - color contains mainly: green. Hex color #28F31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F31C is #D70CE3. Grayscale: #9E9E9E. Windows color (decimal): -14093540 or 1897256. OLE color: 1897256.
HSL color Cylindrical-coordinate representation of color #28F31C: hue angle of 116.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28F31C is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 28 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.05 |
| HSL | 116.65º | 0.9% | 0.53% | - |
| HSV(B) | 116.65º | 0.88% | 0.95% | - |
| XYZ | 33.14 | 64.64 | 11.83 | - |
| YUV | 157.79 | 54.75 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 28 | 0.84 | 0 | 0.88 | 0.05 | 116.65 | 0.9 | 0.53 |
| Hex | 28 | F3 | 1C | 54 | 0 | 58 | 5 | 75 | 5A | 35 |
| Octal | 50 | 363 | 34 | 124 | 0 | 130 | 5 | 165 | 132 | 65 |
| Binary | 101000 | 11110011 | 11100 | 1010100 | 0 | 1011000 | 101 | 1110101 | 1011010 | 110101 |
Color Harmonies of #28F31C
Complementary color
Monochromatic Colors of #28F31C
Black with #28F31C
Text Example
Text Example
White with #28F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F31C; }
p { color: rgb(40,243,28); }
H1.HeaderClassName
{
color: #28F31C;
}
.AnyTagClassName
{
color: #28F31C;
}
</style>
background-color css
<style>
a { background-color: #28F31C; }
a { background-color: rgb(40,243,28); }
div.DivClassName
{
background-color: #28F31C;
}
.BgClassName
{
background-color: #28F31C;
}
</style>
border-color css
<style>
span { border-color: #28F31C; }
span { border-color: rgb(40,243,28); }
td.TdClassName
{
border-color: #28F31C;
}
.TagClassName
{
border-color: #28F31C;
}
</style>