Html Css Color HEX #1D6B55 Eden

📋 copy color: '#1D6B55'

red 29 ◦ green 107 ◦ blue 85

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

Shades of Eden #1D6B55

Tints of Eden #1D6B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.42%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 13.12%
G = 48.42%
B = 38.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#1D6B55 (or 0x1D6B55) is known color: Eden. HEX triplet: 1D, 6B and 55. RGB value is (29,107,85). Sum of RGB (Red+Green+Blue) = 29+107+85=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B55 is #E294AA. Grayscale: #515151. Windows color (decimal): -14849195 or 5597981. OLE color: 5597981.

HSL color Cylindrical-coordinate representation of color #1D6B55: hue angle of 163.08º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B55 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 107 85 -
CMYK 0.73 0 0.21 0.58
HSL 163.08º 0.57% 0.27% -
HSV(B) 163.08º 0.73% 0.42% -
XYZ 7.4 11.43 10.41 -
YUV 81.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 29 107 85 0.73 0 0.21 0.58 163.08 0.57 0.27
Hex 1D 6B 55 49 0 15 3A A3 39 1B
Octal 35 153 125 111 0 25 72 243 71 33
Binary 11101 1101011 1010101 1001001 0 10101 111010 10100011 111001 11011

Color Harmonies of #1D6B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6B55

Black with #1D6B55

Text Example


Text Example

White with #1D6B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,107,85); }

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

background-color css

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

 a { background-color: rgb(29,107,85); }

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

border-color css

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

 span { border-color: rgb(29,107,85); }

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