#1D867D

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

Shades of Elm #1D867D

Tints of Elm #1D867D

Color information

#1D867D (or 0x1D867D) is unknown color: approx Elm. HEX triplet: 1D, 86 and 7D. RGB value is (29,134,125). Sum of RGB (Red+Green+Blue) = 29+134+125=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #1D867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D867D is #E27982. Grayscale: #656565. Windows color (decimal): -14842243 or 8226333. OLE color: 8226333.

HSL color Cylindrical-coordinate representation of color #1D867D: hue angle of 174.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D867D is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB29134125-
CMYK0.7800.070.47
HSL174.86º64.42%31.96%-
HSV(B)174.86º78.36%52.55%-
XYZ12.7318.7922.36-
YUV101.58141.2176.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.07%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 125 (49.22% from 255) = 43.40%
R=10.07%
G=46.53%
B=43.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291341250.7800.070.47174.8664.4231.96
Hex1D867D4E072Faf4020
Octal35206175116075725710040
Binary1110110000110111110110011100111101111101011111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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