#1D8A7F

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

Shades of Elm #1D8A7F

Tints of Elm #1D8A7F

Color information

#1D8A7F (or 0x1D8A7F) is unknown color: approx Elm. HEX triplet: 1D, 8A and 7F. RGB value is (29,138,127). Sum of RGB (Red+Green+Blue) = 29+138+127=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A7F is #E27580. Grayscale: #686868. Windows color (decimal): -14841217 or 8358429. OLE color: 8358429.

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

Color convert

RGB29138127-
CMYK0.7900.080.46
HSL173.94º65.27%32.75%-
HSV(B)173.94º78.99%54.12%-
XYZ13.4319.9723.23-
YUV104.15140.8974.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.86%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 127 (50% from 255) = 43.20%
R=9.86%
G=46.94%
B=43.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal291381270.7900.080.46173.9465.2732.75
Hex1D8A7F4F082Eae4121
Octal352121771170105625610141
Binary11101100010101111111100111101000101110101011101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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