Html Css Color HEX #1D967C Elf Green

📋 copy color: '#1D967C'

red 29 ◦ green 150 ◦ blue 124

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

Shades of Elf Green #1D967C

Tints of Elf Green #1D967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

 BLUE value IS 124 (48.83% from 255) = 40.92%

R = 9.57%
G = 49.5%
B = 40.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#1D967C (or 0x1D967C) is known color: Elf Green. HEX triplet: 1D, 96 and 7C. RGB value is (29,150,124). Sum of RGB (Red+Green+Blue) = 29+150+124=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #1D967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D967C is #E26983. Grayscale: #6E6E6E. Windows color (decimal): -14838148 or 8164893. OLE color: 8164893.

HSL color Cylindrical-coordinate representation of color #1D967C: hue angle of 167.11º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D967C is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 150 124 -
CMYK 0.81 0 0.17 0.41
HSL 167.11º 0.68% 0.35% -
HSV(B) 167.11º 0.81% 0.59% -
XYZ 15.05 23.53 22.82 -
YUV 110.86 135.41 69.61 -
System Red Green Blue C M Y K H S L
Decimal 29 150 124 0.81 0 0.17 0.41 167.11 0.68 0.35
Hex 1D 96 7C 51 0 11 29 A7 44 23
Octal 35 226 174 121 0 21 51 247 104 43
Binary 11101 10010110 1111100 1010001 0 10001 101001 10100111 1000100 100011

Color Harmonies of #1D967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D967C

Black with #1D967C

Text Example


Text Example

White with #1D967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,150,124); }

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

background-color css

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

 a { background-color: rgb(29,150,124); }

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

border-color css

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

 span { border-color: rgb(29,150,124); }

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