Html Css Color HEX #28F628 Free Speech Green

📋 copy color: '#28F628'

red 40 ◦ green 246 ◦ blue 40

#28F628
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #28F628

Tints of Free Speech Green #28F628

RGB

 RED value IS 40 (16.02% from 255) = 12.27%

 GREEN value IS 246 (96.48% from 255) = 75.46%

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 12.27%
G = 75.46%
B = 12.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#28F628 (or 0x28F628) is known color: Free Speech Green. HEX triplet: 28, F6 and 28. RGB value is (40,246,40). Sum of RGB (Red+Green+Blue) = 40+246+40=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 246 (96.48% from 255 or 75.46% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 246 - color contains mainly: green. Hex color #28F628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F628 is #D709D7. Grayscale: #A1A1A1. Windows color (decimal): -14092760 or 2684456. OLE color: 2684456.

HSL color Cylindrical-coordinate representation of color #28F628: hue angle of 120º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F628 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 246 40 -
CMYK 0.84 0 0.84 0.04
HSL 120º 0.92% 0.56% -
HSV(B) 120º 0.84% 0.96% -
XYZ 34.21 66.52 13.04 -
YUV 160.92 59.75 41.75 -
System Red Green Blue C M Y K H S L
Decimal 40 246 40 0.84 0 0.84 0.04 120 0.92 0.56
Hex 28 F6 28 54 0 54 4 78 5C 38
Octal 50 366 50 124 0 124 4 170 134 70
Binary 101000 11110110 101000 1010100 0 1010100 100 1111000 1011100 111000

Color Harmonies of #28F628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F628

Black with #28F628

Text Example


Text Example

White with #28F628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,246,40); }

 H1.HeaderClassName
 {
   color: #28F628;
 }
 .AnyTagClassName
 {
   color: #28F628;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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