Shades of Free Speech Green #28FD2D
Tints of Free Speech Green #28FD2D
RGB
CMYK
RGB Variations
Color information
#28FD2D (or 0x28FD2D) is known color: Free Speech Green. HEX triplet: 28, FD and 2D. RGB value is (40,253,45). Sum of RGB (Red+Green+Blue) = 40+253+45=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 253 (99.22% from 255 or 74.85% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 253 - color contains mainly: green. Hex color #28FD2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FD2D is #D702D2. Grayscale: #A6A6A6. Windows color (decimal): -14090963 or 3013928. OLE color: 3013928.
HSL color Cylindrical-coordinate representation of color #28FD2D: hue angle of 121.41º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FD2D is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 45 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.01 |
| HSL | 121.41º | 0.98% | 0.57% | - |
| HSV(B) | 121.41º | 0.84% | 0.99% | - |
| XYZ | 36.47 | 70.89 | 14.24 | - |
| YUV | 165.6 | 59.93 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 45 | 0.84 | 0 | 0.82 | 0.01 | 121.41 | 0.98 | 0.57 |
| Hex | 28 | FD | 2D | 54 | 0 | 52 | 1 | 79 | 62 | 39 |
| Octal | 50 | 375 | 55 | 124 | 0 | 122 | 1 | 171 | 142 | 71 |
| Binary | 101000 | 11111101 | 101101 | 1010100 | 0 | 1010010 | 1 | 1111001 | 1100010 | 111001 |
Color Harmonies of #28FD2D
Complementary color
Monochromatic Colors of #28FD2D
Black with #28FD2D
Text Example
Text Example
White with #28FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FD2D; }
p { color: rgb(40,253,45); }
H1.HeaderClassName
{
color: #28FD2D;
}
.AnyTagClassName
{
color: #28FD2D;
}
</style>
background-color css
<style>
a { background-color: #28FD2D; }
a { background-color: rgb(40,253,45); }
div.DivClassName
{
background-color: #28FD2D;
}
.BgClassName
{
background-color: #28FD2D;
}
</style>
border-color css
<style>
span { border-color: #28FD2D; }
span { border-color: rgb(40,253,45); }
td.TdClassName
{
border-color: #28FD2D;
}
.TagClassName
{
border-color: #28FD2D;
}
</style>