#1D7872

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

Shades of Elm #1D7872

Tints of Elm #1D7872

Color information

#1D7872 (or 0x1D7872) is unknown color: approx Elm. HEX triplet: 1D, 78 and 72. RGB value is (29,120,114). Sum of RGB (Red+Green+Blue) = 29+120+114=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7872 is #E2878D. Grayscale: #5C5C5C. Windows color (decimal): -14845838 or 7501853. OLE color: 7501853.

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

Color convert

RGB29120114-
CMYK0.7600.050.53
HSL176.04º61.07%29.22%-
HSV(B)176.04º75.83%47.06%-
XYZ10.2614.9118.26-
YUV92.11140.3582.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.03%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=11.03%
G=45.63%
B=43.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291201140.7600.050.53176.0461.0729.22
Hex1D78724C0535b03d1d
Octal3517016211405652607535
Binary1110111110001110010100110001011101011011000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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