Html Css Color HEX #1DA080 Jungle Green

📋 copy color: '#1DA080'

red 29 ◦ green 160 ◦ blue 128

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

Shades of Jungle Green #1DA080

Tints of Jungle Green #1DA080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.47%

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 9.15%
G = 50.47%
B = 40.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#1DA080 (or 0x1DA080) is known color: Jungle Green. HEX triplet: 1D, A0 and 80. RGB value is (29,160,128). Sum of RGB (Red+Green+Blue) = 29+160+128=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA080 is #E25F7F. Grayscale: #757575. Windows color (decimal): -14835584 or 8429597. OLE color: 8429597.

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

Color convert

RGB 29 160 128 -
CMYK 0.82 0 0.20 0.37
HSL 165.34º 0.69% 0.37% -
HSV(B) 165.34º 0.82% 0.63% -
XYZ 16.97 26.96 24.73 -
YUV 117.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 29 160 128 0.82 0 0.20 0.37 165.34 0.69 0.37
Hex 1D A0 80 52 0 14 25 A5 45 25
Octal 35 240 200 122 0 24 45 245 105 45
Binary 11101 10100000 10000000 1010010 0 10100 100101 10100101 1000101 100101

Color Harmonies of #1DA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA080

Black with #1DA080

Text Example


Text Example

White with #1DA080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,160,128); }

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

background-color css

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

 a { background-color: rgb(29,160,128); }

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

border-color css

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

 span { border-color: rgb(29,160,128); }

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