#1E9E7E

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

Shades of Jungle Green #1E9E7E

Tints of Jungle Green #1E9E7E

Color information

#1E9E7E (or 0x1E9E7E) is unknown color: approx Jungle Green. HEX triplet: 1E, 9E and 7E. RGB value is (30,158,126). Sum of RGB (Red+Green+Blue) = 30+158+126=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E7E is #E16181. Grayscale: #747474. Windows color (decimal): -14770562 or 8298014. OLE color: 8298014.

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

Color convert

RGB30158126-
CMYK0.8100.200.38
HSL165º68.09%36.86%-
HSV(B)165º81.01%61.96%-
XYZ16.5326.2423.93-
YUV116.08133.5966.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.55%
GREEN value IS 158 (62.11% from 255) = 50.32%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=9.55%
G=50.32%
B=40.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301581260.8100.200.3816568.0936.86
Hex1E9E7E5101426a54425
Octal362361761210244624510445
Binary111101001111011111101010001010100100110101001011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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