Html Css Color HEX #1E9B7D Jungle Green

📋 copy color: '#1E9B7D'

red 30 ◦ green 155 ◦ blue 125

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

Shades of Jungle Green #1E9B7D

Tints of Jungle Green #1E9B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50%

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

R = 9.68%
G = 50%
B = 40.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#1E9B7D (or 0x1E9B7D) is known color: Jungle Green. HEX triplet: 1E, 9B and 7D. RGB value is (30,155,125). Sum of RGB (Red+Green+Blue) = 30+155+125=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9B7D is #E16482. Grayscale: #727272. Windows color (decimal): -14771331 or 8231710. OLE color: 8231710.

HSL color Cylindrical-coordinate representation of color #1E9B7D: hue angle of 165.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9B7D is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 155 125 -
CMYK 0.81 0 0.19 0.39
HSL 165.6º 0.68% 0.36% -
HSV(B) 165.6º 0.81% 0.61% -
XYZ 15.96 25.2 23.42 -
YUV 114.21 134.09 67.94 -
System Red Green Blue C M Y K H S L
Decimal 30 155 125 0.81 0 0.19 0.39 165.6 0.68 0.36
Hex 1E 9B 7D 51 0 13 27 A6 44 24
Octal 36 233 175 121 0 23 47 246 104 44
Binary 11110 10011011 1111101 1010001 0 10011 100111 10100110 1000100 100100

Color Harmonies of #1E9B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9B7D

Black with #1E9B7D

Text Example


Text Example

White with #1E9B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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