Html Css Color HEX #1EA07B Jungle Green

📋 copy color: '#1EA07B'

red 30 ◦ green 160 ◦ blue 123

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

Shades of Jungle Green #1EA07B

Tints of Jungle Green #1EA07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 9.58%
G = 51.12%
B = 39.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#1EA07B (or 0x1EA07B) is known color: Jungle Green. HEX triplet: 1E, A0 and 7B. RGB value is (30,160,123). Sum of RGB (Red+Green+Blue) = 30+160+123=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA07B is #E15F84. Grayscale: #747474. Windows color (decimal): -14770053 or 8101918. OLE color: 8101918.

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

Color convert

RGB 30 160 123 -
CMYK 0.81 0 0.23 0.37
HSL 162.92º 0.68% 0.37% -
HSV(B) 162.92º 0.81% 0.63% -
XYZ 16.68 26.85 23.04 -
YUV 116.91 131.43 66.01 -
System Red Green Blue C M Y K H S L
Decimal 30 160 123 0.81 0 0.23 0.37 162.92 0.68 0.37
Hex 1E A0 7B 51 0 17 25 A3 44 25
Octal 36 240 173 121 0 27 45 243 104 45
Binary 11110 10100000 1111011 1010001 0 10111 100101 10100011 1000100 100101

Color Harmonies of #1EA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA07B

Black with #1EA07B

Text Example


Text Example

White with #1EA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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