#1D8A7D

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

Shades of Elm #1D8A7D

Tints of Elm #1D8A7D

Color information

#1D8A7D (or 0x1D8A7D) is unknown color: approx Elm. HEX triplet: 1D, 8A and 7D. RGB value is (29,138,125). Sum of RGB (Red+Green+Blue) = 29+138+125=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A7D is #E27582. Grayscale: #676767. Windows color (decimal): -14841219 or 8227357. OLE color: 8227357.

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

Color convert

RGB29138125-
CMYK0.7900.090.46
HSL172.84º65.27%32.75%-
HSV(B)172.84º78.99%54.12%-
XYZ13.319.9222.55-
YUV103.93139.8974.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.93%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=9.93%
G=47.26%
B=42.81%

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
Decimal291381250.7900.090.46172.8465.2732.75
Hex1D8A7D4F092Ead4121
Octal352121751170115625510141
Binary11101100010101111101100111101001101110101011011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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