Html Css Color HEX #1D8975 Elf Green

📋 copy color: '#1D8975'

red 29 ◦ green 137 ◦ blue 117

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

Shades of Elf Green #1D8975

Tints of Elf Green #1D8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

 BLUE value IS 117 (46.09% from 255) = 41.34%

R = 10.25%
G = 48.41%
B = 41.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#1D8975 (or 0x1D8975) is known color: Elf Green. HEX triplet: 1D, 89 and 75. RGB value is (29,137,117). Sum of RGB (Red+Green+Blue) = 29+137+117=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8975 is #E2768A. Grayscale: #666666. Windows color (decimal): -14841483 or 7702813. OLE color: 7702813.

HSL color Cylindrical-coordinate representation of color #1D8975: hue angle of 168.89º 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 #1D8975 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 137 117 -
CMYK 0.79 0 0.15 0.46
HSL 168.89º 0.65% 0.33% -
HSV(B) 168.89º 0.79% 0.54% -
XYZ 12.66 19.44 19.91 -
YUV 102.43 136.22 75.63 -
System Red Green Blue C M Y K H S L
Decimal 29 137 117 0.79 0 0.15 0.46 168.89 0.65 0.33
Hex 1D 89 75 4F 0 F 2E A9 41 21
Octal 35 211 165 117 0 17 56 251 101 41
Binary 11101 10001001 1110101 1001111 0 1111 101110 10101001 1000001 100001

Color Harmonies of #1D8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8975

Black with #1D8975

Text Example


Text Example

White with #1D8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,137,117); }

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

background-color css

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

 a { background-color: rgb(29,137,117); }

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

border-color css

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

 span { border-color: rgb(29,137,117); }

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