Shades of Free Speech Green #28FA2D
Tints of Free Speech Green #28FA2D
RGB
CMYK
RGB Variations
Color information
#28FA2D (or 0x28FA2D) is known color: Free Speech Green. HEX triplet: 28, FA and 2D. RGB value is (40,250,45). Sum of RGB (Red+Green+Blue) = 40+250+45=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 250 (98.05% from 255 or 74.63% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA2D is #D705D2. Grayscale: #A4A4A4. Windows color (decimal): -14091731 or 3013160. OLE color: 3013160.
HSL color Cylindrical-coordinate representation of color #28FA2D: hue angle of 121.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA2D is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 45 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.02 |
| HSL | 121.43º | 0.95% | 0.57% | - |
| HSV(B) | 121.43º | 0.84% | 0.98% | - |
| XYZ | 35.53 | 69.01 | 13.93 | - |
| YUV | 163.84 | 60.93 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 45 | 0.84 | 0 | 0.82 | 0.02 | 121.43 | 0.95 | 0.57 |
| Hex | 28 | FA | 2D | 54 | 0 | 52 | 2 | 79 | 5F | 39 |
| Octal | 50 | 372 | 55 | 124 | 0 | 122 | 2 | 171 | 137 | 71 |
| Binary | 101000 | 11111010 | 101101 | 1010100 | 0 | 1010010 | 10 | 1111001 | 1011111 | 111001 |
Color Harmonies of #28FA2D
Complementary color
Monochromatic Colors of #28FA2D
Black with #28FA2D
Text Example
Text Example
White with #28FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA2D; }
p { color: rgb(40,250,45); }
H1.HeaderClassName
{
color: #28FA2D;
}
.AnyTagClassName
{
color: #28FA2D;
}
</style>
background-color css
<style>
a { background-color: #28FA2D; }
a { background-color: rgb(40,250,45); }
div.DivClassName
{
background-color: #28FA2D;
}
.BgClassName
{
background-color: #28FA2D;
}
</style>
border-color css
<style>
span { border-color: #28FA2D; }
span { border-color: rgb(40,250,45); }
td.TdClassName
{
border-color: #28FA2D;
}
.TagClassName
{
border-color: #28FA2D;
}
</style>