#28F920

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

Shades of Free Speech Green #28F920

Tints of Free Speech Green #28F920

Color information

#28F920 (or 0x28F920) is unknown color: approx Free Speech Green. HEX triplet: 28, F9 and 20. RGB value is (40,249,32). Sum of RGB (Red+Green+Blue) = 40+249+32=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 249 (97.66% from 255 or 77.57% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 249 - color contains mainly: green. Hex color #28F920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F920 is #D706DF. Grayscale: #A2A2A2. Windows color (decimal): -14092000 or 2160936. OLE color: 2160936.

HSL color Cylindrical-coordinate representation of color #28F920: hue angle of 117.79º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28F920 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB4024932-
CMYK0.8400.870.02
HSL117.79º94.76%55.1%-
HSV(B)117.79º87.15%97.65%-
XYZ35.0168.3112.71-
YUV161.7754.7641.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.46%
GREEN value IS 249 (97.66% from 255) = 77.57%
BLUE value IS 32 (12.89% from 255) = 9.97%
R=12.46%
G=77.57%
B=9.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal40249320.8400.870.02117.7994.7655.1
Hex28F920540572765f37
Octal50371401240127216613767
Binary101000111110011000001010100010101111011101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,249,32); }

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

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

 a { background-color: rgb(40,249,32); }

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

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

 span { border-color: rgb(40,249,32); }

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