#1D716F

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

Shades of Elm #1D716F

Tints of Elm #1D716F

Color information

#1D716F (or 0x1D716F) is unknown color: approx Elm. HEX triplet: 1D, 71 and 6F. RGB value is (29,113,111). Sum of RGB (Red+Green+Blue) = 29+113+111=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #1D716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D716F is #E28E90. Grayscale: #575757. Windows color (decimal): -14847633 or 7303453. OLE color: 7303453.

HSL color Cylindrical-coordinate representation of color #1D716F: hue angle of 178.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D716F is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB29113111-
CMYK0.7400.020.56
HSL178.57º59.15%27.84%-
HSV(B)178.57º74.34%44.31%-
XYZ9.2813.2217.1-
YUV87.66141.1786.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.46%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=11.46%
G=44.66%
B=43.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291131110.7400.020.56178.5759.1527.84
Hex1D716F4A0238b33b1c
Octal3516115711202702637334
Binary111011110001110111110010100101110001011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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