Html Css Color HEX #1D8D66 Elf Green

📋 copy color: '#1D8D66'

red 29 ◦ green 141 ◦ blue 102

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

Shades of Elf Green #1D8D66

Tints of Elf Green #1D8D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 10.66%
G = 51.84%
B = 37.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#1D8D66 (or 0x1D8D66) is known color: Elf Green. HEX triplet: 1D, 8D and 66. RGB value is (29,141,102). Sum of RGB (Red+Green+Blue) = 29+141+102=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8D66 is #E27299. Grayscale: #676767. Windows color (decimal): -14840474 or 6720797. OLE color: 6720797.

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

Color convert

RGB 29 141 102 -
CMYK 0.79 0 0.28 0.45
HSL 159.11º 0.66% 0.33% -
HSV(B) 159.11º 0.79% 0.55% -
XYZ 12.43 20.27 15.83 -
YUV 103.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 29 141 102 0.79 0 0.28 0.45 159.11 0.66 0.33
Hex 1D 8D 66 4F 0 1C 2D 9F 42 21
Octal 35 215 146 117 0 34 55 237 102 41
Binary 11101 10001101 1100110 1001111 0 11100 101101 10011111 1000010 100001

Color Harmonies of #1D8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8D66

Black with #1D8D66

Text Example


Text Example

White with #1D8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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