Html Css Color HEX #1DA17F Jungle Green

📋 copy color: '#1DA17F'

red 29 ◦ green 161 ◦ blue 127

#1DA17F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #1DA17F

Tints of Jungle Green #1DA17F

RGB

 RED value IS 29 (11.72% from 255) = 9.15%

 GREEN value IS 161 (63.28% from 255) = 50.79%

 BLUE value IS 127 (50% from 255) = 40.06%

R = 9.15%
G = 50.79%
B = 40.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#1DA17F (or 0x1DA17F) is known color: Jungle Green. HEX triplet: 1D, A1 and 7F. RGB value is (29,161,127). Sum of RGB (Red+Green+Blue) = 29+161+127=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA17F is #E25E80. Grayscale: #757575. Windows color (decimal): -14835329 or 8364317. OLE color: 8364317.

HSL color Cylindrical-coordinate representation of color #1DA17F: hue angle of 164.55º 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 #1DA17F is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 161 127 -
CMYK 0.82 0 0.21 0.37
HSL 164.55º 0.69% 0.37% -
HSV(B) 164.55º 0.82% 0.63% -
XYZ 17.08 27.28 24.44 -
YUV 117.66 133.27 64.76 -
System Red Green Blue C M Y K H S L
Decimal 29 161 127 0.82 0 0.21 0.37 164.55 0.69 0.37
Hex 1D A1 7F 52 0 15 25 A5 45 25
Octal 35 241 177 122 0 25 45 245 105 45
Binary 11101 10100001 1111111 1010010 0 10101 100101 10100101 1000101 100101

Color Harmonies of #1DA17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA17F

Black with #1DA17F

Text Example


Text Example

White with #1DA17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DA17F;
 }
 .AnyTagClassName
 {
   color: #1DA17F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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