#1D7878

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

Shades of Elm #1D7878

Tints of Elm #1D7878

Color information

#1D7878 (or 0x1D7878) is unknown color: approx Elm. HEX triplet: 1D, 78 and 78. RGB value is (29,120,120). Sum of RGB (Red+Green+Blue) = 29+120+120=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #1D7878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7878 is #E28787. Grayscale: #5C5C5C. Windows color (decimal): -14845832 or 7895069. OLE color: 7895069.

HSL color Cylindrical-coordinate representation of color #1D7878: hue angle of 180º 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 #1D7878 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB29120120-
CMYK0.76000.53
HSL180º61.07%29.22%-
HSV(B)180º75.83%47.06%-
XYZ10.6115.0520.11-
YUV92.79143.3582.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.78%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=10.78%
G=44.61%
B=44.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291201200.76000.5318061.0729.22
Hex1D78784C0035b43d1d
Octal3517017011400652647535
Binary11101111100011110001001100001101011011010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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