#1D726F

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

Shades of Elm #1D726F

Tints of Elm #1D726F

Color information

#1D726F (or 0x1D726F) is unknown color: approx Elm. HEX triplet: 1D, 72 and 6F. RGB value is (29,114,111). Sum of RGB (Red+Green+Blue) = 29+114+111=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #1D726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D726F is #E28D90. Grayscale: #585858. Windows color (decimal): -14847377 or 7303709. OLE color: 7303709.

HSL color Cylindrical-coordinate representation of color #1D726F: hue angle of 177.88º degrees, saturation: 0.59, 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 #1D726F is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB29114111-
CMYK0.7500.030.55
HSL177.88º59.44%28.04%-
HSV(B)177.88º74.56%44.71%-
XYZ9.3913.4417.14-
YUV88.24140.8485.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.42%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=11.42%
G=44.88%
B=43.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal291141110.7500.030.55177.8859.4428.04
Hex1D726F4B0337b23b1c
Octal3516215711303672627334
Binary111011110010110111110010110111101111011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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