#28A471

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

Shades of Jungle Green #28A471

Tints of Jungle Green #28A471

Color information

#28A471 (or 0x28A471) is unknown color: approx Jungle Green. HEX triplet: 28, A4 and 71. RGB value is (40,164,113). Sum of RGB (Red+Green+Blue) = 40+164+113=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #28A471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A471 is #D75B8E. Grayscale: #797979. Windows color (decimal): -14113679 or 7447592. OLE color: 7447592.

HSL color Cylindrical-coordinate representation of color #28A471: hue angle of 155.32º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A471 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB40164113-
CMYK0.7600.310.36
HSL155.32º60.78%40%-
HSV(B)155.32º75.61%64.31%-
XYZ17.1328.1920.16-
YUV121.11123.4270.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.62%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=12.62%
G=51.74%
B=35.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401641130.7600.310.36155.3260.7840
Hex28A4714C01F249b3d28
Octal50244161114037442337550
Binary101000101001001110001100110001111110010010011011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,164,113); }

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

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

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

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

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

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

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