#28F126

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

Shades of Free Speech Green #28F126

Tints of Free Speech Green #28F126

Color information

#28F126 (or 0x28F126) is unknown color: approx Free Speech Green. HEX triplet: 28, F1 and 26. RGB value is (40,241,38). Sum of RGB (Red+Green+Blue) = 40+241+38=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #28F126 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F126 is #D70ED9. Grayscale: #9E9E9E. Windows color (decimal): -14094042 or 2552104. OLE color: 2552104.

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

Color convert

RGB4024138-
CMYK0.8300.840.05
HSL119.41º87.88%54.71%-
HSV(B)119.41º84.23%94.51%-
XYZ32.6863.512.37-
YUV157.7660.4144.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.54%
GREEN value IS 241 (94.53% from 255) = 75.55%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=12.54%
G=75.55%
B=11.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal40241380.8300.840.05119.4187.8854.71
Hex28F126530545775837
Octal50361461230124516713067
Binary1010001111000110011010100110101010010111101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,241,38); }

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

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

 a { background-color: rgb(40,241,38); }

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

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

 span { border-color: rgb(40,241,38); }

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