#1D6855

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

Shades of Eden #1D6855

Tints of Eden #1D6855

Color information

#1D6855 (or 0x1D6855) is unknown color: approx Eden. HEX triplet: 1D, 68 and 55. RGB value is (29,104,85). Sum of RGB (Red+Green+Blue) = 29+104+85=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #1D6855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6855 is #E297AA. Grayscale: #4F4F4F. Windows color (decimal): -14849963 or 5597213. OLE color: 5597213.

HSL color Cylindrical-coordinate representation of color #1D6855: hue angle of 164.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6855 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB2910485-
CMYK0.7200.180.59
HSL164.8º56.39%26.08%-
HSV(B)164.8º72.12%40.78%-
XYZ7.110.8210.31-
YUV79.41131.1592.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=13.30%
G=47.71%
B=38.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29104850.7200.180.59164.856.3926.08
Hex1D6855480123Ba5381a
Octal35150125110022732457032
Binary111011101000101010110010000100101110111010010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,104,85); }

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

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

 a { background-color: rgb(29,104,85); }

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

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

 span { border-color: rgb(29,104,85); }

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