#1D7B71

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

Shades of Elm #1D7B71

Tints of Elm #1D7B71

Color information

#1D7B71 (or 0x1D7B71) is unknown color: approx Elm. HEX triplet: 1D, 7B and 71. RGB value is (29,123,113). Sum of RGB (Red+Green+Blue) = 29+123+113=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #1D7B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7B71 is #E2848E. Grayscale: #5D5D5D. Windows color (decimal): -14845071 or 7437085. OLE color: 7437085.

HSL color Cylindrical-coordinate representation of color #1D7B71: hue angle of 173.62º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7B71 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB29123113-
CMYK0.7600.080.52
HSL173.62º61.84%29.8%-
HSV(B)173.62º76.42%48.24%-
XYZ10.5715.6218.08-
YUV93.75138.8681.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.94%
GREEN value IS 123 (48.44% from 255) = 46.42%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=10.94%
G=46.42%
B=42.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal291231130.7600.080.52173.6261.8429.8
Hex1D7B714C0834ae3e1e
Octal35173161114010642567636
Binary11101111101111100011001100010001101001010111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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