Html Css Color HEX #1DA381 Jungle Green

📋 copy color: '#1DA381'

red 29 ◦ green 163 ◦ blue 129

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

Shades of Jungle Green #1DA381

Tints of Jungle Green #1DA381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.19%

R = 9.03%
G = 50.78%
B = 40.19%

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

#1DA381 (or 0x1DA381) is known color: Jungle Green. HEX triplet: 1D, A3 and 81. RGB value is (29,163,129). Sum of RGB (Red+Green+Blue) = 29+163+129=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA381 is #E25C7E. Grayscale: #777777. Windows color (decimal): -14834815 or 8495901. OLE color: 8495901.

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

Color convert

RGB 29 163 129 -
CMYK 0.82 0 0.21 0.36
HSL 164.78º 0.7% 0.38% -
HSV(B) 164.78º 0.82% 0.64% -
XYZ 17.57 28.04 25.26 -
YUV 119.06 133.61 63.76 -
System Red Green Blue C M Y K H S L
Decimal 29 163 129 0.82 0 0.21 0.36 164.78 0.7 0.38
Hex 1D A3 81 52 0 15 24 A5 46 26
Octal 35 243 201 122 0 25 44 245 106 46
Binary 11101 10100011 10000001 1010010 0 10101 100100 10100101 1000110 100110

Color Harmonies of #1DA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA381

Black with #1DA381

Text Example


Text Example

White with #1DA381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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