Html Css Color HEX #1D9E80 Jungle Green

📋 copy color: '#1D9E80'

red 29 ◦ green 158 ◦ blue 128

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

Shades of Jungle Green #1D9E80

Tints of Jungle Green #1D9E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.16%

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

R = 9.21%
G = 50.16%
B = 40.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#1D9E80 (or 0x1D9E80) is known color: Jungle Green. HEX triplet: 1D, 9E and 80. RGB value is (29,158,128). Sum of RGB (Red+Green+Blue) = 29+158+128=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #1D9E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9E80 is #E2617F. Grayscale: #747474. Windows color (decimal): -14836096 or 8429085. OLE color: 8429085.

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

Color convert

RGB 29 158 128 -
CMYK 0.82 0 0.19 0.38
HSL 166.05º 0.69% 0.37% -
HSV(B) 166.05º 0.82% 0.62% -
XYZ 16.63 26.27 24.62 -
YUV 116.01 134.76 65.94 -
System Red Green Blue C M Y K H S L
Decimal 29 158 128 0.82 0 0.19 0.38 166.05 0.69 0.37
Hex 1D 9E 80 52 0 13 26 A6 45 25
Octal 35 236 200 122 0 23 46 246 105 45
Binary 11101 10011110 10000000 1010010 0 10011 100110 10100110 1000101 100101

Color Harmonies of #1D9E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9E80

Black with #1D9E80

Text Example


Text Example

White with #1D9E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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