#1E9E7F

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

Shades of Jungle Green #1E9E7F

Tints of Jungle Green #1E9E7F

Color information

#1E9E7F (or 0x1E9E7F) is unknown color: approx Jungle Green. HEX triplet: 1E, 9E and 7F. RGB value is (30,158,127). Sum of RGB (Red+Green+Blue) = 30+158+127=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E7F is #E16180. Grayscale: #747474. Windows color (decimal): -14770561 or 8363550. OLE color: 8363550.

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

Color convert

RGB30158127-
CMYK0.8100.200.38
HSL165.47º68.09%36.86%-
HSV(B)165.47º81.01%61.96%-
XYZ16.5926.2624.27-
YUV116.19134.0966.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.52%
GREEN value IS 158 (62.11% from 255) = 50.16%
BLUE value IS 127 (50% from 255) = 40.32%
R=9.52%
G=50.16%
B=40.32%

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
Decimal301581270.8100.200.38165.4768.0936.86
Hex1E9E7F5101426a54425
Octal362361771210244624510445
Binary111101001111011111111010001010100100110101001011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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