#28A379

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

Shades of Jungle Green #28A379

Tints of Jungle Green #28A379

Color information

#28A379 (or 0x28A379) is unknown color: approx Jungle Green. HEX triplet: 28, A3 and 79. RGB value is (40,163,121). Sum of RGB (Red+Green+Blue) = 40+163+121=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #28A379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A379 is #D75C86. Grayscale: #797979. Windows color (decimal): -14113927 or 7971624. OLE color: 7971624.

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

Color convert

RGB40163121-
CMYK0.7500.260.36
HSL159.51º60.59%39.8%-
HSV(B)159.51º75.46%63.92%-
XYZ17.4228.0322.58-
YUV121.43127.7569.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.35%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=12.35%
G=50.31%
B=37.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401631210.7500.260.36159.5160.5939.8
Hex28A3794B01A24a03d28
Octal50243171113032442407550
Binary101000101000111111001100101101101010010010100000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,163,121); }

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

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

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

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

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

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

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