Html Css Color HEX #1D9377 Elf Green

📋 copy color: '#1D9377'

red 29 ◦ green 147 ◦ blue 119

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

Shades of Elf Green #1D9377

Tints of Elf Green #1D9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.83%

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 9.83%
G = 49.83%
B = 40.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#1D9377 (or 0x1D9377) is known color: Elf Green. HEX triplet: 1D, 93 and 77. RGB value is (29,147,119). Sum of RGB (Red+Green+Blue) = 29+147+119=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9377 is #E26C88. Grayscale: #6C6C6C. Windows color (decimal): -14838921 or 7836445. OLE color: 7836445.

HSL color Cylindrical-coordinate representation of color #1D9377: hue angle of 165.76º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9377 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 147 119 -
CMYK 0.80 0 0.19 0.42
HSL 165.76º 0.67% 0.35% -
HSV(B) 165.76º 0.8% 0.58% -
XYZ 14.27 22.46 21.04 -
YUV 108.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 29 147 119 0.80 0 0.19 0.42 165.76 0.67 0.35
Hex 1D 93 77 50 0 13 2A A6 43 23
Octal 35 223 167 120 0 23 52 246 103 43
Binary 11101 10010011 1110111 1010000 0 10011 101010 10100110 1000011 100011

Color Harmonies of #1D9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9377

Black with #1D9377

Text Example


Text Example

White with #1D9377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,147,119); }

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

background-color css

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

 a { background-color: rgb(29,147,119); }

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

border-color css

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

 span { border-color: rgb(29,147,119); }

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