#1E9D7A

Color #1E9D7A Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #1E9D7A

Tints of Jungle Green #1E9D7A

Color information

#1E9D7A (or 0x1E9D7A) is unknown color: approx Jungle Green. HEX triplet: 1E, 9D and 7A. RGB value is (30,157,122). Sum of RGB (Red+Green+Blue) = 30+157+122=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #1E9D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9D7A is #E16285. Grayscale: #737373. Windows color (decimal): -14770822 or 8035614. OLE color: 8035614.

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

Color convert

RGB30157122-
CMYK0.8100.220.38
HSL163.46º67.91%36.67%-
HSV(B)163.46º80.89%61.57%-
XYZ16.1125.822.54-
YUV115.04131.9267.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.71%
GREEN value IS 157 (61.72% from 255) = 50.81%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=9.71%
G=50.81%
B=39.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301571220.8100.220.38163.4667.9136.67
Hex1E9D7A5101626a34425
Octal362351721210264624310445
Binary111101001110111110101010001010110100110101000111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E9D7A;
 }
 .AnyTagClassName
 {
   color: #1E9D7A;
 }
</style>
background-color css

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

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

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

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

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

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