Html Css Color HEX #1EA47A Jungle Green

📋 copy color: '#1EA47A'

red 30 ◦ green 164 ◦ blue 122

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

Shades of Jungle Green #1EA47A

Tints of Jungle Green #1EA47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.9%

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 9.49%
G = 51.9%
B = 38.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#1EA47A (or 0x1EA47A) is known color: Jungle Green. HEX triplet: 1E, A4 and 7A. RGB value is (30,164,122). Sum of RGB (Red+Green+Blue) = 30+164+122=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA47A is #E15B85. Grayscale: #777777. Windows color (decimal): -14769030 or 8037406. OLE color: 8037406.

HSL color Cylindrical-coordinate representation of color #1EA47A: hue angle of 161.19º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA47A is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 30 164 122 -
CMYK 0.82 0 0.26 0.36
HSL 161.19º 0.69% 0.38% -
HSV(B) 161.19º 0.82% 0.64% -
XYZ 17.32 28.23 22.95 -
YUV 119.15 129.61 64.42 -
System Red Green Blue C M Y K H S L
Decimal 30 164 122 0.82 0 0.26 0.36 161.19 0.69 0.38
Hex 1E A4 7A 52 0 1A 24 A1 45 26
Octal 36 244 172 122 0 32 44 241 105 46
Binary 11110 10100100 1111010 1010010 0 11010 100100 10100001 1000101 100110

Color Harmonies of #1EA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA47A

Black with #1EA47A

Text Example


Text Example

White with #1EA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,164,122); }

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

background-color css

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

 a { background-color: rgb(30,164,122); }

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

border-color css

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

 span { border-color: rgb(30,164,122); }

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