#28A47B

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

Shades of Jungle Green #28A47B

Tints of Jungle Green #28A47B

Color information

#28A47B (or 0x28A47B) is unknown color: approx Jungle Green. HEX triplet: 28, A4 and 7B. RGB value is (40,164,123). Sum of RGB (Red+Green+Blue) = 40+164+123=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #28A47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A47B is #D75B84. Grayscale: #7A7A7A. Windows color (decimal): -14113669 or 8102952. OLE color: 8102952.

HSL color Cylindrical-coordinate representation of color #28A47B: hue angle of 160.16º 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 #28A47B is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB40164123-
CMYK0.7600.250.36
HSL160.16º60.78%40%-
HSV(B)160.16º75.61%64.31%-
XYZ17.7328.4323.29-
YUV122.25128.4269.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 164 (64.45% from 255) = 50.15%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=12.23%
G=50.15%
B=37.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401641230.7600.250.36160.1660.7840
Hex28A47B4C01924a03d28
Octal50244173114031442407550
Binary101000101001001111011100110001100110010010100000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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