Shades of Free Speech Green #28F31D
Tints of Free Speech Green #28F31D
RGB
CMYK
RGB Variations
Color information
#28F31D (or 0x28F31D) is known color: Free Speech Green. HEX triplet: 28, F3 and 1D. RGB value is (40,243,29). Sum of RGB (Red+Green+Blue) = 40+243+29=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 243 (95.31% from 255 or 77.88% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 243 - color contains mainly: green. Hex color #28F31D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F31D is #D70CE2. Grayscale: #9E9E9E. Windows color (decimal): -14093539 or 1962792. OLE color: 1962792.
HSL color Cylindrical-coordinate representation of color #28F31D: hue angle of 116.92º 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 #28F31D is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 29 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.05 |
| HSL | 116.92º | 0.9% | 0.53% | - |
| HSV(B) | 116.92º | 0.88% | 0.95% | - |
| XYZ | 33.15 | 64.64 | 11.89 | - |
| YUV | 157.91 | 55.25 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 29 | 0.84 | 0 | 0.88 | 0.05 | 116.92 | 0.9 | 0.53 |
| Hex | 28 | F3 | 1D | 54 | 0 | 58 | 5 | 75 | 5A | 35 |
| Octal | 50 | 363 | 35 | 124 | 0 | 130 | 5 | 165 | 132 | 65 |
| Binary | 101000 | 11110011 | 11101 | 1010100 | 0 | 1011000 | 101 | 1110101 | 1011010 | 110101 |
Color Harmonies of #28F31D
Complementary color
Monochromatic Colors of #28F31D
Black with #28F31D
Text Example
Text Example
White with #28F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F31D; }
p { color: rgb(40,243,29); }
H1.HeaderClassName
{
color: #28F31D;
}
.AnyTagClassName
{
color: #28F31D;
}
</style>
background-color css
<style>
a { background-color: #28F31D; }
a { background-color: rgb(40,243,29); }
div.DivClassName
{
background-color: #28F31D;
}
.BgClassName
{
background-color: #28F31D;
}
</style>
border-color css
<style>
span { border-color: #28F31D; }
span { border-color: rgb(40,243,29); }
td.TdClassName
{
border-color: #28F31D;
}
.TagClassName
{
border-color: #28F31D;
}
</style>