Shades of Free Speech Green #28F318
Tints of Free Speech Green #28F318
RGB
CMYK
RGB Variations
Color information
#28F318 (or 0x28F318) is known color: Free Speech Green. HEX triplet: 28, F3 and 18. RGB value is (40,243,24). Sum of RGB (Red+Green+Blue) = 40+243+24=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 243 (95.31% from 255 or 79.15% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 243 - color contains mainly: green. Hex color #28F318 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F318 is #D70CE7. Grayscale: #9E9E9E. Windows color (decimal): -14093544 or 1635112. OLE color: 1635112.
HSL color Cylindrical-coordinate representation of color #28F318: hue angle of 115.62º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28F318 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 24 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.05 |
| HSL | 115.62º | 0.9% | 0.52% | - |
| HSV(B) | 115.62º | 0.9% | 0.95% | - |
| XYZ | 33.09 | 64.62 | 11.59 | - |
| YUV | 157.34 | 52.75 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 24 | 0.84 | 0 | 0.90 | 0.05 | 115.62 | 0.9 | 0.52 |
| Hex | 28 | F3 | 18 | 54 | 0 | 5A | 5 | 74 | 5A | 34 |
| Octal | 50 | 363 | 30 | 124 | 0 | 132 | 5 | 164 | 132 | 64 |
| Binary | 101000 | 11110011 | 11000 | 1010100 | 0 | 1011010 | 101 | 1110100 | 1011010 | 110100 |
Color Harmonies of #28F318
Complementary color
Monochromatic Colors of #28F318
Black with #28F318
Text Example
Text Example
White with #28F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F318; }
p { color: rgb(40,243,24); }
H1.HeaderClassName
{
color: #28F318;
}
.AnyTagClassName
{
color: #28F318;
}
</style>
background-color css
<style>
a { background-color: #28F318; }
a { background-color: rgb(40,243,24); }
div.DivClassName
{
background-color: #28F318;
}
.BgClassName
{
background-color: #28F318;
}
</style>
border-color css
<style>
span { border-color: #28F318; }
span { border-color: rgb(40,243,24); }
td.TdClassName
{
border-color: #28F318;
}
.TagClassName
{
border-color: #28F318;
}
</style>