#1D9E7D

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

Shades of Jungle Green #1D9E7D

Tints of Jungle Green #1D9E7D

Color information

#1D9E7D (or 0x1D9E7D) is unknown color: approx Jungle Green. HEX triplet: 1D, 9E and 7D. RGB value is (29,158,125). Sum of RGB (Red+Green+Blue) = 29+158+125=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #1D9E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9E7D is #E26182. Grayscale: #737373. Windows color (decimal): -14836099 or 8232477. OLE color: 8232477.

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

Color convert

RGB29158125-
CMYK0.8200.210.38
HSL164.65º68.98%36.67%-
HSV(B)164.65º81.65%61.96%-
XYZ16.4426.223.59-
YUV115.67133.2666.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.29%
GREEN value IS 158 (62.11% from 255) = 50.64%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=9.29%
G=50.64%
B=40.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal291581250.8200.210.38164.6568.9836.67
Hex1D9E7D5201526a54525
Octal352361751220254624510545
Binary111011001111011111011010010010101100110101001011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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