Html Css Color HEX #1E9E7D Jungle Green

📋 copy color: '#1E9E7D'

red 30 ◦ green 158 ◦ blue 125

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

Shades of Jungle Green #1E9E7D

Tints of Jungle Green #1E9E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.48%

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 9.58%
G = 50.48%
B = 39.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#1E9E7D (or 0x1E9E7D) is known color: Jungle Green. HEX triplet: 1E, 9E and 7D. RGB value is (30,158,125). Sum of RGB (Red+Green+Blue) = 30+158+125=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E7D is #E16182. Grayscale: #737373. Windows color (decimal): -14770563 or 8232478. OLE color: 8232478.

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

Color convert

RGB 30 158 125 -
CMYK 0.81 0 0.21 0.38
HSL 164.53º 0.68% 0.37% -
HSV(B) 164.53º 0.81% 0.62% -
XYZ 16.46 26.21 23.59 -
YUV 115.97 133.09 66.68 -
System Red Green Blue C M Y K H S L
Decimal 30 158 125 0.81 0 0.21 0.38 164.53 0.68 0.37
Hex 1E 9E 7D 51 0 15 26 A5 44 25
Octal 36 236 175 121 0 25 46 245 104 45
Binary 11110 10011110 1111101 1010001 0 10101 100110 10100101 1000100 100101

Color Harmonies of #1E9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9E7D

Black with #1E9E7D

Text Example


Text Example

White with #1E9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,158,125); }

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

background-color css

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

 a { background-color: rgb(30,158,125); }

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

border-color css

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

 span { border-color: rgb(30,158,125); }

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