#1D7976

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

Shades of Elm #1D7976

Tints of Elm #1D7976

Color information

#1D7976 (or 0x1D7976) is unknown color: approx Elm. HEX triplet: 1D, 79 and 76. RGB value is (29,121,118). Sum of RGB (Red+Green+Blue) = 29+121+118=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7976 is #E28689. Grayscale: #5D5D5D. Windows color (decimal): -14845578 or 7764253. OLE color: 7764253.

HSL color Cylindrical-coordinate representation of color #1D7976: hue angle of 178.04º 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 #1D7976 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB29121118-
CMYK0.7600.020.53
HSL178.04º61.33%29.41%-
HSV(B)178.04º76.03%47.45%-
XYZ10.6115.2419.52-
YUV93.15142.0282.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=10.82%
G=45.15%
B=44.03%

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
Decimal291211180.7600.020.53178.0461.3329.41
Hex1D79764C0235b23d1d
Octal3517116611402652627535
Binary111011111001111011010011000101101011011001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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