Html Css Color HEX #1D9473 Elf Green

📋 copy color: '#1D9473'

red 29 ◦ green 148 ◦ blue 115

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

Shades of Elf Green #1D9473

Tints of Elf Green #1D9473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.68%

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 9.93%
G = 50.68%
B = 39.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#1D9473 (or 0x1D9473) is known color: Elf Green. HEX triplet: 1D, 94 and 73. RGB value is (29,148,115). Sum of RGB (Red+Green+Blue) = 29+148+115=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9473 is #E26B8C. Grayscale: #6C6C6C. Windows color (decimal): -14838669 or 7574557. OLE color: 7574557.

HSL color Cylindrical-coordinate representation of color #1D9473: hue angle of 163.36º 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 #1D9473 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 148 115 -
CMYK 0.80 0 0.22 0.42
HSL 163.36º 0.67% 0.35% -
HSV(B) 163.36º 0.8% 0.58% -
XYZ 14.19 22.68 19.85 -
YUV 108.66 131.58 71.18 -
System Red Green Blue C M Y K H S L
Decimal 29 148 115 0.80 0 0.22 0.42 163.36 0.67 0.35
Hex 1D 94 73 50 0 16 2A A3 43 23
Octal 35 224 163 120 0 26 52 243 103 43
Binary 11101 10010100 1110011 1010000 0 10110 101010 10100011 1000011 100011

Color Harmonies of #1D9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9473

Black with #1D9473

Text Example


Text Example

White with #1D9473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,148,115); }

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

background-color css

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

 a { background-color: rgb(29,148,115); }

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

border-color css

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

 span { border-color: rgb(29,148,115); }

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