#1D7472

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

Shades of Elm #1D7472

Tints of Elm #1D7472

Color information

#1D7472 (or 0x1D7472) is unknown color: approx Elm. HEX triplet: 1D, 74 and 72. RGB value is (29,116,114). Sum of RGB (Red+Green+Blue) = 29+116+114=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7472 is #E28B8D. Grayscale: #595959. Windows color (decimal): -14846862 or 7500829. OLE color: 7500829.

HSL color Cylindrical-coordinate representation of color #1D7472: hue angle of 178.62º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7472 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB29116114-
CMYK0.7500.020.55
HSL178.62º60%28.43%-
HSV(B)178.62º75%45.49%-
XYZ9.7913.9718.1-
YUV89.76141.6884.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.20%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=11.20%
G=44.79%
B=44.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal291161140.7500.020.55178.626028.43
Hex1D74724B0237b33c1c
Octal3516416211302672637434
Binary111011110100111001010010110101101111011001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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