Html Css Color HEX #1EA181 Jungle Green

📋 copy color: '#1EA181'

red 30 ◦ green 161 ◦ blue 129

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

Shades of Jungle Green #1EA181

Tints of Jungle Green #1EA181

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.31%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 9.38%
G = 50.31%
B = 40.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#1EA181 (or 0x1EA181) is known color: Jungle Green. HEX triplet: 1E, A1 and 81. RGB value is (30,161,129). Sum of RGB (Red+Green+Blue) = 30+161+129=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA181 is #E15E7E. Grayscale: #767676. Windows color (decimal): -14769791 or 8495390. OLE color: 8495390.

HSL color Cylindrical-coordinate representation of color #1EA181: hue angle of 165.34º degrees, saturation: 0.69, 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 #1EA181 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 161 129 -
CMYK 0.81 0 0.20 0.37
HSL 165.34º 0.69% 0.37% -
HSV(B) 165.34º 0.81% 0.63% -
XYZ 17.24 27.35 25.14 -
YUV 118.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 30 161 129 0.81 0 0.20 0.37 165.34 0.69 0.37
Hex 1E A1 81 51 0 14 25 A5 45 25
Octal 36 241 201 121 0 24 45 245 105 45
Binary 11110 10100001 10000001 1010001 0 10100 100101 10100101 1000101 100101

Color Harmonies of #1EA181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA181

Black with #1EA181

Text Example


Text Example

White with #1EA181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,161,129); }

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

background-color css

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

 a { background-color: rgb(30,161,129); }

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

border-color css

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

 span { border-color: rgb(30,161,129); }

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