#28A37A

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

Shades of Jungle Green #28A37A

Tints of Jungle Green #28A37A

Color information

#28A37A (or 0x28A37A) is unknown color: approx Jungle Green. HEX triplet: 28, A3 and 7A. RGB value is (40,163,122). Sum of RGB (Red+Green+Blue) = 40+163+122=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #28A37A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A37A is #D75C85. Grayscale: #797979. Windows color (decimal): -14113926 or 8037160. OLE color: 8037160.

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

Color convert

RGB40163122-
CMYK0.7500.250.36
HSL160º60.59%39.8%-
HSV(B)160º75.46%63.92%-
XYZ17.4928.0522.91-
YUV121.55128.2569.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.31%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=12.31%
G=50.15%
B=37.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401631220.7500.250.3616060.5939.8
Hex28A37A4B01924a03d28
Octal50243172113031442407550
Binary101000101000111111010100101101100110010010100000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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