#1D7977

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

Shades of Elm #1D7977

Tints of Elm #1D7977

Color information

#1D7977 (or 0x1D7977) is unknown color: approx Elm. HEX triplet: 1D, 79 and 77. RGB value is (29,121,119). Sum of RGB (Red+Green+Blue) = 29+121+119=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7977 is #E28688. Grayscale: #5D5D5D. Windows color (decimal): -14845577 or 7829789. OLE color: 7829789.

HSL color Cylindrical-coordinate representation of color #1D7977: hue angle of 178.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7977 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB29121119-
CMYK0.7600.020.53
HSL178.7º61.33%29.41%-
HSV(B)178.7º76.03%47.45%-
XYZ10.6715.2719.84-
YUV93.26142.5282.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.78%
GREEN value IS 121 (47.66% from 255) = 44.98%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=10.78%
G=44.98%
B=44.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291211190.7600.020.53178.761.3329.41
Hex1D79774C0235b33d1d
Octal3517116711402652637535
Binary111011111001111011110011000101101011011001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,121,119); }

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

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

 a { background-color: rgb(29,121,119); }

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

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

 span { border-color: rgb(29,121,119); }

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