#1D6B5C

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

Shades of Eden #1D6B5C

Tints of Eden #1D6B5C

Color information

#1D6B5C (or 0x1D6B5C) is unknown color: approx Eden. HEX triplet: 1D, 6B and 5C. RGB value is (29,107,92). Sum of RGB (Red+Green+Blue) = 29+107+92=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B5C is #E294A3. Grayscale: #515151. Windows color (decimal): -14849188 or 6056733. OLE color: 6056733.

HSL color Cylindrical-coordinate representation of color #1D6B5C: hue angle of 168.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B5C is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB2910792-
CMYK0.7300.140.58
HSL168.46º57.35%26.67%-
HSV(B)168.46º72.9%41.96%-
XYZ7.711.5511.95-
YUV81.97133.6690.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.72%
GREEN value IS 107 (42.19% from 255) = 46.93%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=12.72%
G=46.93%
B=40.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29107920.7300.140.58168.4657.3526.67
Hex1D6B5C490E3Aa8391b
Octal35153134111016722507133
Binary11101110101110111001001001011101110101010100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,107,92); }

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

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

 a { background-color: rgb(29,107,92); }

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

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

 span { border-color: rgb(29,107,92); }

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