#1D675A

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

Shades of Eden #1D675A

Tints of Eden #1D675A

Color information

#1D675A (or 0x1D675A) is unknown color: approx Eden. HEX triplet: 1D, 67 and 5A. RGB value is (29,103,90). Sum of RGB (Red+Green+Blue) = 29+103+90=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #1D675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D675A is #E298A5. Grayscale: #4F4F4F. Windows color (decimal): -14850214 or 5924637. OLE color: 5924637.

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

Color convert

RGB2910390-
CMYK0.7200.130.60
HSL169.46º56.06%25.88%-
HSV(B)169.46º71.84%40.39%-
XYZ7.210.711.36-
YUV79.39133.9892.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.06%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=13.06%
G=46.40%
B=40.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29103900.7200.130.60169.4656.0625.88
Hex1D675A480D3Ca9381a
Octal35147132110015742517032
Binary11101110011110110101001000011011111001010100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,103,90); }

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

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

 a { background-color: rgb(29,103,90); }

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

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

 span { border-color: rgb(29,103,90); }

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