Html Css Color HEX #1D947D Elf Green

📋 copy color: '#1D947D'

red 29 ◦ green 148 ◦ blue 125

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

Shades of Elf Green #1D947D

Tints of Elf Green #1D947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 9.6%
G = 49.01%
B = 41.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#1D947D (or 0x1D947D) is known color: Elf Green. HEX triplet: 1D, 94 and 7D. RGB value is (29,148,125). Sum of RGB (Red+Green+Blue) = 29+148+125=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #1D947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D947D is #E26B82. Grayscale: #6D6D6D. Windows color (decimal): -14838659 or 8229917. OLE color: 8229917.

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

Color convert

RGB 29 148 125 -
CMYK 0.80 0 0.16 0.42
HSL 168.4º 0.67% 0.35% -
HSV(B) 168.4º 0.8% 0.58% -
XYZ 14.8 22.92 23.05 -
YUV 109.8 136.58 70.37 -
System Red Green Blue C M Y K H S L
Decimal 29 148 125 0.80 0 0.16 0.42 168.4 0.67 0.35
Hex 1D 94 7D 50 0 10 2A A8 43 23
Octal 35 224 175 120 0 20 52 250 103 43
Binary 11101 10010100 1111101 1010000 0 10000 101010 10101000 1000011 100011

Color Harmonies of #1D947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D947D

Black with #1D947D

Text Example


Text Example

White with #1D947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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