#28F921

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

Shades of Free Speech Green #28F921

Tints of Free Speech Green #28F921

Color information

#28F921 (or 0x28F921) is unknown color: approx Free Speech Green. HEX triplet: 28, F9 and 21. RGB value is (40,249,33). Sum of RGB (Red+Green+Blue) = 40+249+33=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 249 (97.66% from 255 or 77.33% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 249 - color contains mainly: green. Hex color #28F921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F921 is #D706DE. Grayscale: #A2A2A2. Windows color (decimal): -14091999 or 2226472. OLE color: 2226472.

HSL color Cylindrical-coordinate representation of color #28F921: hue angle of 118.06º 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 #28F921 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB4024933-
CMYK0.8400.870.02
HSL118.06º94.74%55.29%-
HSV(B)118.06º86.75%97.65%-
XYZ35.0368.3112.78-
YUV161.8855.2641.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.42%
GREEN value IS 249 (97.66% from 255) = 77.33%
BLUE value IS 33 (13.28% from 255) = 10.25%
R=12.42%
G=77.33%
B=10.25%

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
Decimal40249330.8400.870.02118.0694.7455.29
Hex28F921540572765f37
Octal50371411240127216613767
Binary101000111110011000011010100010101111011101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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