Html Css Color HEX #1D8A76 Elf Green

📋 copy color: '#1D8A76'

red 29 ◦ green 138 ◦ blue 118

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

Shades of Elf Green #1D8A76

Tints of Elf Green #1D8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.42%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 10.18%
G = 48.42%
B = 41.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#1D8A76 (or 0x1D8A76) is known color: Elf Green. HEX triplet: 1D, 8A and 76. RGB value is (29,138,118). Sum of RGB (Red+Green+Blue) = 29+138+118=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A76 is #E27589. Grayscale: #676767. Windows color (decimal): -14841226 or 7768605. OLE color: 7768605.

HSL color Cylindrical-coordinate representation of color #1D8A76: hue angle of 168.99º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A76 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 138 118 -
CMYK 0.79 0 0.14 0.46
HSL 168.99º 0.65% 0.33% -
HSV(B) 168.99º 0.79% 0.54% -
XYZ 12.87 19.75 20.27 -
YUV 103.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 29 138 118 0.79 0 0.14 0.46 168.99 0.65 0.33
Hex 1D 8A 76 4F 0 E 2E A9 41 21
Octal 35 212 166 117 0 16 56 251 101 41
Binary 11101 10001010 1110110 1001111 0 1110 101110 10101001 1000001 100001

Color Harmonies of #1D8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8A76

Black with #1D8A76

Text Example


Text Example

White with #1D8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,138,118); }

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

background-color css

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

 a { background-color: rgb(29,138,118); }

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

border-color css

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

 span { border-color: rgb(29,138,118); }

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