Html Css Color HEX #1D9370 Elf Green

📋 copy color: '#1D9370'

red 29 ◦ green 147 ◦ blue 112

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

Shades of Elf Green #1D9370

Tints of Elf Green #1D9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.04%

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 10.07%
G = 51.04%
B = 38.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#1D9370 (or 0x1D9370) is known color: Elf Green. HEX triplet: 1D, 93 and 70. RGB value is (29,147,112). Sum of RGB (Red+Green+Blue) = 29+147+112=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9370 is #E26C8F. Grayscale: #6B6B6B. Windows color (decimal): -14838928 or 7377693. OLE color: 7377693.

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

Color convert

RGB 29 147 112 -
CMYK 0.80 0 0.24 0.42
HSL 162.2º 0.67% 0.35% -
HSV(B) 162.2º 0.8% 0.58% -
XYZ 13.87 22.3 18.9 -
YUV 107.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 29 147 112 0.80 0 0.24 0.42 162.2 0.67 0.35
Hex 1D 93 70 50 0 18 2A A2 43 23
Octal 35 223 160 120 0 30 52 242 103 43
Binary 11101 10010011 1110000 1010000 0 11000 101010 10100010 1000011 100011

Color Harmonies of #1D9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9370

Black with #1D9370

Text Example


Text Example

White with #1D9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,147,112); }

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

background-color css

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

 a { background-color: rgb(29,147,112); }

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

border-color css

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

 span { border-color: rgb(29,147,112); }

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