#1D6E5D

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

Shades of Eden #1D6E5D

Tints of Eden #1D6E5D

Color information

#1D6E5D (or 0x1D6E5D) is unknown color: approx Eden. HEX triplet: 1D, 6E and 5D. RGB value is (29,110,93). Sum of RGB (Red+Green+Blue) = 29+110+93=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #1D6E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6E5D is #E291A2. Grayscale: #535353. Windows color (decimal): -14848419 or 6123037. OLE color: 6123037.

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

Color convert

RGB2911093-
CMYK0.7400.150.57
HSL167.41º58.27%27.25%-
HSV(B)167.41º73.64%43.14%-
XYZ8.0612.212.29-
YUV83.84133.1688.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.5%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=12.5%
G=47.41%
B=40.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29110930.7400.150.57167.4158.2727.25
Hex1D6E5D4A0F39a73a1b
Octal35156135112017712477233
Binary11101110111010111011001010011111110011010011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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