#1D8A7B

Color #1D8A7B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1D8A7B

Tints of Elf Green #1D8A7B

Color information

#1D8A7B (or 0x1D8A7B) is unknown color: approx Elf Green. HEX triplet: 1D, 8A and 7B. RGB value is (29,138,123). Sum of RGB (Red+Green+Blue) = 29+138+123=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A7B is #E27584. Grayscale: #676767. Windows color (decimal): -14841221 or 8096285. OLE color: 8096285.

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

Color convert

RGB29138123-
CMYK0.7900.110.46
HSL171.74º65.27%32.75%-
HSV(B)171.74º78.99%54.12%-
XYZ13.1719.8721.88-
YUV103.7138.8974.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10%
GREEN value IS 138 (54.30% from 255) = 47.59%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=10%
G=47.59%
B=42.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal291381230.7900.110.46171.7465.2732.75
Hex1D8A7B4F0B2Eac4121
Octal352121731170135625410141
Binary11101100010101111011100111101011101110101011001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,138,123); }

 H1.HeaderClassName
 {
   color: #1D8A7B;
 }
 .AnyTagClassName
 {
   color: #1D8A7B;
 }
</style>
background-color css

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

 a { background-color: rgb(29,138,123); }

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

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

 span { border-color: rgb(29,138,123); }

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