Html Css Color HEX #1EA077 Jungle Green

📋 copy color: '#1EA077'

red 30 ◦ green 160 ◦ blue 119

#1EA077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #1EA077

Tints of Jungle Green #1EA077

RGB

 RED value IS 30 (12.11% from 255) = 9.71%

 GREEN value IS 160 (62.89% from 255) = 51.78%

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 9.71%
G = 51.78%
B = 38.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#1EA077 (or 0x1EA077) is known color: Jungle Green. HEX triplet: 1E, A0 and 77. RGB value is (30,160,119). Sum of RGB (Red+Green+Blue) = 30+160+119=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA077 is #E15F88. Grayscale: #747474. Windows color (decimal): -14770057 or 7839774. OLE color: 7839774.

HSL color Cylindrical-coordinate representation of color #1EA077: hue angle of 161.08º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA077 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 160 119 -
CMYK 0.81 0 0.26 0.37
HSL 161.08º 0.68% 0.37% -
HSV(B) 161.08º 0.81% 0.63% -
XYZ 16.44 26.75 21.75 -
YUV 116.46 129.43 66.33 -
System Red Green Blue C M Y K H S L
Decimal 30 160 119 0.81 0 0.26 0.37 161.08 0.68 0.37
Hex 1E A0 77 51 0 1A 25 A1 44 25
Octal 36 240 167 121 0 32 45 241 104 45
Binary 11110 10100000 1110111 1010001 0 11010 100101 10100001 1000100 100101

Color Harmonies of #1EA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA077

Black with #1EA077

Text Example


Text Example

White with #1EA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EA077; }

 p { color: rgb(30,160,119); }

 H1.HeaderClassName
 {
   color: #1EA077;
 }
 .AnyTagClassName
 {
   color: #1EA077;
 }
</style>

background-color css

<style>
 a { background-color: #1EA077; }

 a { background-color: rgb(30,160,119); }

 div.DivClassName
 {
   background-color: #1EA077;
 }
 .BgClassName
 {
   background-color: #1EA077;
 }
</style>

border-color css

<style>
 span { border-color: #1EA077; }

 span { border-color: rgb(30,160,119); }

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