#1D7873

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

Shades of Elm #1D7873

Tints of Elm #1D7873

Color information

#1D7873 (or 0x1D7873) is unknown color: approx Elm. HEX triplet: 1D, 78 and 73. RGB value is (29,120,115). Sum of RGB (Red+Green+Blue) = 29+120+115=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7873 is #E2878C. Grayscale: #5C5C5C. Windows color (decimal): -14845837 or 7567389. OLE color: 7567389.

HSL color Cylindrical-coordinate representation of color #1D7873: hue angle of 176.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7873 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB29120115-
CMYK0.7600.040.53
HSL176.7º61.07%29.22%-
HSV(B)176.7º75.83%47.06%-
XYZ10.3214.9318.56-
YUV92.22140.8582.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.98%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=10.98%
G=45.45%
B=43.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291201150.7600.040.53176.761.0729.22
Hex1D78734C0435b13d1d
Octal3517016311404652617535
Binary1110111110001110011100110001001101011011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,120,115); }

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

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

 a { background-color: rgb(29,120,115); }

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

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

 span { border-color: rgb(29,120,115); }

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