#1D8A7E

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

Shades of Elm #1D8A7E

Tints of Elm #1D8A7E

Color information

#1D8A7E (or 0x1D8A7E) is unknown color: approx Elm. HEX triplet: 1D, 8A and 7E. RGB value is (29,138,126). Sum of RGB (Red+Green+Blue) = 29+138+126=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A7E is #E27581. Grayscale: #676767. Windows color (decimal): -14841218 or 8292893. OLE color: 8292893.

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

Color convert

RGB29138126-
CMYK0.7900.090.46
HSL173.39º65.27%32.75%-
HSV(B)173.39º78.99%54.12%-
XYZ13.3619.9422.88-
YUV104.04140.3974.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.90%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=9.90%
G=47.10%
B=43.00%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal291381260.7900.090.46173.3965.2732.75
Hex1D8A7E4F092Ead4121
Octal352121761170115625510141
Binary11101100010101111110100111101001101110101011011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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