Html Css Color HEX #1DA380 Jungle Green

📋 copy color: '#1DA380'

red 29 ◦ green 163 ◦ blue 128

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

Shades of Jungle Green #1DA380

Tints of Jungle Green #1DA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.94%

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

R = 9.06%
G = 50.94%
B = 40%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#1DA380 (or 0x1DA380) is known color: Jungle Green. HEX triplet: 1D, A3 and 80. RGB value is (29,163,128). Sum of RGB (Red+Green+Blue) = 29+163+128=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA380 is #E25C7F. Grayscale: #767676. Windows color (decimal): -14834816 or 8430365. OLE color: 8430365.

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

Color convert

RGB 29 163 128 -
CMYK 0.82 0 0.21 0.36
HSL 164.33º 0.7% 0.38% -
HSV(B) 164.33º 0.82% 0.64% -
XYZ 17.5 28.01 24.91 -
YUV 118.94 133.11 63.85 -
System Red Green Blue C M Y K H S L
Decimal 29 163 128 0.82 0 0.21 0.36 164.33 0.7 0.38
Hex 1D A3 80 52 0 15 24 A4 46 26
Octal 35 243 200 122 0 25 44 244 106 46
Binary 11101 10100011 10000000 1010010 0 10101 100100 10100100 1000110 100110

Color Harmonies of #1DA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA380

Black with #1DA380

Text Example


Text Example

White with #1DA380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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