#2EA578

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

Shades of Jungle Green #2EA578

Tints of Jungle Green #2EA578

Color information

#2EA578 (or 0x2EA578) is unknown color: approx Jungle Green. HEX triplet: 2E, A5 and 78. RGB value is (46,165,120). Sum of RGB (Red+Green+Blue) = 46+165+120=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA578 is #D15A87. Grayscale: #7C7C7C. Windows color (decimal): -13720200 or 7906606. OLE color: 7906606.

HSL color Cylindrical-coordinate representation of color #2EA578: hue angle of 157.31º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA578 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB46165120-
CMYK0.7200.270.35
HSL157.31º56.4%41.37%-
HSV(B)157.31º72.12%64.71%-
XYZ17.9728.8522.39-
YUV124.29125.5872.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.90%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=13.90%
G=49.85%
B=36.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461651200.7200.270.35157.3156.441.37
Hex2EA5784801B239d3829
Octal56245170110033432357051
Binary101110101001011111000100100001101110001110011101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EA578; }

 p { color: rgb(46,165,120); }

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

<style>
 a { background-color: #2EA578; }

 a { background-color: rgb(46,165,120); }

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

<style>
 span { border-color: #2EA578; }

 span { border-color: rgb(46,165,120); }

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