#1D6058

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

Shades of Eden #1D6058

Tints of Eden #1D6058

Color information

#1D6058 (or 0x1D6058) is unknown color: approx Eden. HEX triplet: 1D, 60 and 58. RGB value is (29,96,88). Sum of RGB (Red+Green+Blue) = 29+96+88=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6058 is #E29FA7. Grayscale: #4B4B4B. Windows color (decimal): -14852008 or 5791773. OLE color: 5791773.

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

Color convert

RGB299688-
CMYK0.7000.080.62
HSL172.84º53.6%24.51%-
HSV(B)172.84º69.79%37.65%-
XYZ6.459.3310.69-
YUV75.05135.395.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.62%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=13.62%
G=45.07%
B=41.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996880.7000.080.62172.8453.624.51
Hex1D605846083Ead3619
Octal35140130106010762556631
Binary11101110000010110001000110010001111101010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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