#1DA175

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

Shades of Jungle Green #1DA175

Tints of Jungle Green #1DA175

Color information

#1DA175 (or 0x1DA175) is unknown color: approx Jungle Green. HEX triplet: 1D, A1 and 75. RGB value is (29,161,117). Sum of RGB (Red+Green+Blue) = 29+161+117=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA175 is #E25E8A. Grayscale: #747474. Windows color (decimal): -14835339 or 7708957. OLE color: 7708957.

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

Color convert

RGB29161117-
CMYK0.8200.270.37
HSL160º69.47%37.25%-
HSV(B)160º81.99%63.14%-
XYZ16.4627.0421.18-
YUV116.52128.2765.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.45%
GREEN value IS 161 (63.28% from 255) = 52.44%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=9.45%
G=52.44%
B=38.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal291611170.8200.270.3716069.4737.25
Hex1DA1755201B25a04525
Octal352411651220334524010545
Binary111011010000111101011010010011011100101101000001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,161,117); }

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

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

 a { background-color: rgb(29,161,117); }

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

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

 span { border-color: rgb(29,161,117); }

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