Html Css Color HEX #1D8D72 Elf Green

📋 copy color: '#1D8D72'

red 29 ◦ green 141 ◦ blue 114

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

Shades of Elf Green #1D8D72

Tints of Elf Green #1D8D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 10.21%
G = 49.65%
B = 40.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#1D8D72 (or 0x1D8D72) is known color: Elf Green. HEX triplet: 1D, 8D and 72. RGB value is (29,141,114). Sum of RGB (Red+Green+Blue) = 29+141+114=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8D72 is #E2728D. Grayscale: #686868. Windows color (decimal): -14840462 or 7507229. OLE color: 7507229.

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

Color convert

RGB 29 141 114 -
CMYK 0.79 0 0.19 0.45
HSL 165.54º 0.66% 0.33% -
HSV(B) 165.54º 0.79% 0.55% -
XYZ 13.07 20.53 19.19 -
YUV 104.43 133.39 74.2 -
System Red Green Blue C M Y K H S L
Decimal 29 141 114 0.79 0 0.19 0.45 165.54 0.66 0.33
Hex 1D 8D 72 4F 0 13 2D A6 42 21
Octal 35 215 162 117 0 23 55 246 102 41
Binary 11101 10001101 1110010 1001111 0 10011 101101 10100110 1000010 100001

Color Harmonies of #1D8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8D72

Black with #1D8D72

Text Example


Text Example

White with #1D8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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