Html Css Color HEX #2C685A Eden

📋 copy color: '#2C685A'

red 44 ◦ green 104 ◦ blue 90

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

Shades of Eden #2C685A

Tints of Eden #2C685A

RGB

 RED value IS 44 (17.58% from 255) = 18.49%

 GREEN value IS 104 (41.02% from 255) = 43.7%

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 18.49%
G = 43.7%
B = 37.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#2C685A (or 0x2C685A) is known color: Eden. HEX triplet: 2C, 68 and 5A. RGB value is (44,104,90). Sum of RGB (Red+Green+Blue) = 44+104+90=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #2C685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C685A is #D397A5. Grayscale: #545454. Windows color (decimal): -13866918 or 5924908. OLE color: 5924908.

HSL color Cylindrical-coordinate representation of color #2C685A: hue angle of 166º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C685A is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 104 90 -
CMYK 0.58 0 0.13 0.59
HSL 166º 0.41% 0.29% -
HSV(B) 166º 0.58% 0.41% -
XYZ 7.83 11.17 11.42 -
YUV 84.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 44 104 90 0.58 0 0.13 0.59 166 0.41 0.29
Hex 2C 68 5A 3A 0 D 3B A6 29 1D
Octal 54 150 132 72 0 15 73 246 51 35
Binary 101100 1101000 1011010 111010 0 1101 111011 10100110 101001 11101

Color Harmonies of #2C685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C685A

Black with #2C685A

Text Example


Text Example

White with #2C685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C685A; }

 p { color: rgb(44,104,90); }

 H1.HeaderClassName
 {
   color: #2C685A;
 }
 .AnyTagClassName
 {
   color: #2C685A;
 }
</style>

background-color css

<style>
 a { background-color: #2C685A; }

 a { background-color: rgb(44,104,90); }

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

border-color css

<style>
 span { border-color: #2C685A; }

 span { border-color: rgb(44,104,90); }

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