#28E211

Color #28E211 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #28E211

Tints of Free Speech Green #28E211

Color information

#28E211 (or 0x28E211) is unknown color: approx Free Speech Green. HEX triplet: 28, E2 and 11. RGB value is (40,226,17). Sum of RGB (Red+Green+Blue) = 40+226+17=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 226 (88.67% from 255 or 79.86% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 226 - color contains mainly: green. Hex color #28E211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E211 is #D71DEE. Grayscale: #939393. Windows color (decimal): -14097903 or 1172008. OLE color: 1172008.

HSL color Cylindrical-coordinate representation of color #28E211: hue angle of 113.4º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28E211 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB4022617-
CMYK0.8200.920.11
HSL113.4º86.01%47.65%-
HSV(B)113.4º92.48%88.63%-
XYZ28.1754.889.64-
YUV146.5654.8851.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 226 (88.67% from 255) = 79.86%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=14.13%
G=79.86%
B=6.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal40226170.8200.920.11113.486.0147.65
Hex28E2115205CB715630
Octal503422112201341316112660
Binary1010001110001010001101001001011100101111100011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28E211; }

 p { color: rgb(40,226,17); }

 H1.HeaderClassName
 {
   color: #28E211;
 }
 .AnyTagClassName
 {
   color: #28E211;
 }
</style>
background-color css

<style>
 a { background-color: #28E211; }

 a { background-color: rgb(40,226,17); }

 div.DivClassName
 {
   background-color: #28E211;
 }
 .BgClassName
 {
   background-color: #28E211;
 }
</style>
border-color css

<style>
 span { border-color: #28E211; }

 span { border-color: rgb(40,226,17); }

 td.TdClassName
 {
   border-color: #28E211;
 }
 .TagClassName
 {
   border-color: #28E211;
 }
</style>