#1D6057

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

Shades of Eden #1D6057

Tints of Eden #1D6057

Color information

#1D6057 (or 0x1D6057) is unknown color: approx Eden. HEX triplet: 1D, 60 and 57. RGB value is (29,96,87). Sum of RGB (Red+Green+Blue) = 29+96+87=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6057 is #E29FA8. Grayscale: #4A4A4A. Windows color (decimal): -14852009 or 5726237. OLE color: 5726237.

HSL color Cylindrical-coordinate representation of color #1D6057: hue angle of 171.94º 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 #1D6057 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB299687-
CMYK0.7000.090.62
HSL171.94º53.6%24.51%-
HSV(B)171.94º69.79%37.65%-
XYZ6.419.3210.48-
YUV74.94134.895.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=13.68%
G=45.28%
B=41.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996870.7000.090.62171.9453.624.51
Hex1D605746093Eac3619
Octal35140127106011762546631
Binary11101110000010101111000110010011111101010110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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