#1D716E

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

Shades of Elm #1D716E

Tints of Elm #1D716E

Color information

#1D716E (or 0x1D716E) is unknown color: approx Elm. HEX triplet: 1D, 71 and 6E. RGB value is (29,113,110). Sum of RGB (Red+Green+Blue) = 29+113+110=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #1D716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D716E is #E28E91. Grayscale: #575757. Windows color (decimal): -14847634 or 7237917. OLE color: 7237917.

HSL color Cylindrical-coordinate representation of color #1D716E: hue angle of 177.86º 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 #1D716E is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB29113110-
CMYK0.7400.030.56
HSL177.86º59.15%27.84%-
HSV(B)177.86º74.34%44.31%-
XYZ9.2313.216.81-
YUV87.54140.6786.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.51%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=11.51%
G=44.84%
B=43.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291131100.7400.030.56177.8659.1527.84
Hex1D716E4A0338b23b1c
Octal3516115611203702627334
Binary111011110001110111010010100111110001011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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