Html Css Color HEX #1D917F Elf Green

📋 copy color: '#1D917F'

red 29 ◦ green 145 ◦ blue 127

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

Shades of Elf Green #1D917F

Tints of Elf Green #1D917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 9.63%
G = 48.17%
B = 42.19%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#1D917F (or 0x1D917F) is known color: Elf Green. HEX triplet: 1D, 91 and 7F. RGB value is (29,145,127). Sum of RGB (Red+Green+Blue) = 29+145+127=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #1D917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D917F is #E26E80. Grayscale: #6C6C6C. Windows color (decimal): -14839425 or 8360221. OLE color: 8360221.

HSL color Cylindrical-coordinate representation of color #1D917F: hue angle of 170.69º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D917F is Cyan = 0.8, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 145 127 -
CMYK 0.8 0 0.12 0.43
HSL 170.69º 0.67% 0.34% -
HSV(B) 170.69º 0.8% 0.57% -
XYZ 14.46 22.04 23.57 -
YUV 108.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 29 145 127 0.8 0 0.12 0.43 170.69 0.67 0.34
Hex 1D 91 7F 50 0 C 2B AB 43 22
Octal 35 221 177 120 0 14 53 253 103 42
Binary 11101 10010001 1111111 1010000 0 1100 101011 10101011 1000011 100010

Color Harmonies of #1D917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D917F

Black with #1D917F

Text Example


Text Example

White with #1D917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,145,127); }

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

background-color css

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

 a { background-color: rgb(29,145,127); }

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

border-color css

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

 span { border-color: rgb(29,145,127); }

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