Html Css Color HEX #1D695C Eden

📋 copy color: '#1D695C'

red 29 ◦ green 105 ◦ blue 92

#1D695C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #1D695C

Tints of Eden #1D695C

RGB

 RED value IS 29 (11.72% from 255) = 12.83%

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 12.83%
G = 46.46%
B = 40.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#1D695C (or 0x1D695C) is known color: Eden. HEX triplet: 1D, 69 and 5C. RGB value is (29,105,92). Sum of RGB (Red+Green+Blue) = 29+105+92=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #1D695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D695C is #E296A3. Grayscale: #505050. Windows color (decimal): -14849700 or 6056221. OLE color: 6056221.

HSL color Cylindrical-coordinate representation of color #1D695C: hue angle of 169.74º degrees, saturation: 0.57, 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 #1D695C is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 29 105 92 -
CMYK 0.72 0 0.12 0.59
HSL 169.74º 0.57% 0.26% -
HSV(B) 169.74º 0.72% 0.41% -
XYZ 7.49 11.14 11.88 -
YUV 80.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 29 105 92 0.72 0 0.12 0.59 169.74 0.57 0.26
Hex 1D 69 5C 48 0 C 3B AA 39 1A
Octal 35 151 134 110 0 14 73 252 71 32
Binary 11101 1101001 1011100 1001000 0 1100 111011 10101010 111001 11010

Color Harmonies of #1D695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D695C

Black with #1D695C

Text Example


Text Example

White with #1D695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,105,92); }

 H1.HeaderClassName
 {
   color: #1D695C;
 }
 .AnyTagClassName
 {
   color: #1D695C;
 }
</style>

background-color css

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

 a { background-color: rgb(29,105,92); }

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

border-color css

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

 span { border-color: rgb(29,105,92); }

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