#28A374

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

Shades of Jungle Green #28A374

Tints of Jungle Green #28A374

Color information

#28A374 (or 0x28A374) is unknown color: approx Jungle Green. HEX triplet: 28, A3 and 74. RGB value is (40,163,116). Sum of RGB (Red+Green+Blue) = 40+163+116=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #28A374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A374 is #D75C8B. Grayscale: #787878. Windows color (decimal): -14113932 or 7643944. OLE color: 7643944.

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

Color convert

RGB40163116-
CMYK0.7500.290.36
HSL157.07º60.59%39.8%-
HSV(B)157.07º75.46%63.92%-
XYZ17.1227.9121.01-
YUV120.86125.2570.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.54%
GREEN value IS 163 (64.06% from 255) = 51.10%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=12.54%
G=51.10%
B=36.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401631160.7500.290.36157.0760.5939.8
Hex28A3744B01D249d3d28
Octal50243164113035442357550
Binary101000101000111110100100101101110110010010011101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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