#1D6056

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

Shades of Eden #1D6056

Tints of Eden #1D6056

Color information

#1D6056 (or 0x1D6056) is unknown color: approx Eden. HEX triplet: 1D, 60 and 56. RGB value is (29,96,86). Sum of RGB (Red+Green+Blue) = 29+96+86=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6056 is #E29FA9. Grayscale: #4A4A4A. Windows color (decimal): -14852010 or 5660701. OLE color: 5660701.

HSL color Cylindrical-coordinate representation of color #1D6056: hue angle of 171.04º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6056 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB299686-
CMYK0.7000.100.62
HSL171.04º53.6%24.51%-
HSV(B)171.04º69.79%37.65%-
XYZ6.379.310.26-
YUV74.83134.395.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.74%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=13.74%
G=45.50%
B=40.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996860.7000.100.62171.0453.624.51
Hex1D6056460A3Eab3619
Octal35140126106012762536631
Binary11101110000010101101000110010101111101010101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,86); }

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

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

 a { background-color: rgb(29,96,86); }

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

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

 span { border-color: rgb(29,96,86); }

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