#28A375

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

Shades of Jungle Green #28A375

Tints of Jungle Green #28A375

Color information

#28A375 (or 0x28A375) is unknown color: approx Jungle Green. HEX triplet: 28, A3 and 75. RGB value is (40,163,117). Sum of RGB (Red+Green+Blue) = 40+163+117=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #28A375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A375 is #D75C8A. Grayscale: #797979. Windows color (decimal): -14113931 or 7709480. OLE color: 7709480.

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

Color convert

RGB40163117-
CMYK0.7500.280.36
HSL157.56º60.59%39.8%-
HSV(B)157.56º75.46%63.92%-
XYZ17.1827.9321.31-
YUV120.98125.7570.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.5%
GREEN value IS 163 (64.06% from 255) = 50.94%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=12.5%
G=50.94%
B=36.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401631170.7500.280.36157.5660.5939.8
Hex28A3754B01C249e3d28
Octal50243165113034442367550
Binary101000101000111110101100101101110010010010011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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