Html Css Color HEX #1D8D7D Elf Green

📋 copy color: '#1D8D7D'

red 29 ◦ green 141 ◦ blue 125

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

Shades of Elf Green #1D8D7D

Tints of Elf Green #1D8D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.8%

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 9.83%
G = 47.8%
B = 42.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#1D8D7D (or 0x1D8D7D) is known color: Elf Green. HEX triplet: 1D, 8D and 7D. RGB value is (29,141,125). Sum of RGB (Red+Green+Blue) = 29+141+125=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8D7D is #E27282. Grayscale: #696969. Windows color (decimal): -14840451 or 8228125. OLE color: 8228125.

HSL color Cylindrical-coordinate representation of color #1D8D7D: hue angle of 171.43º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D7D is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 141 125 -
CMYK 0.79 0 0.11 0.45
HSL 171.43º 0.66% 0.33% -
HSV(B) 171.43º 0.79% 0.55% -
XYZ 13.73 20.79 22.69 -
YUV 105.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 29 141 125 0.79 0 0.11 0.45 171.43 0.66 0.33
Hex 1D 8D 7D 4F 0 B 2D AB 42 21
Octal 35 215 175 117 0 13 55 253 102 41
Binary 11101 10001101 1111101 1001111 0 1011 101101 10101011 1000010 100001

Color Harmonies of #1D8D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8D7D

Black with #1D8D7D

Text Example


Text Example

White with #1D8D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,141,125); }

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

background-color css

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

 a { background-color: rgb(29,141,125); }

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

border-color css

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

 span { border-color: rgb(29,141,125); }

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