Html Css Color HEX #2D685D Eden

📋 copy color: '#2D685D'

red 45 ◦ green 104 ◦ blue 93

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

Shades of Eden #2D685D

Tints of Eden #2D685D

RGB

 RED value IS 45 (17.97% from 255) = 18.6%

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

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 18.6%
G = 42.98%
B = 38.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#2D685D (or 0x2D685D) is known color: Eden. HEX triplet: 2D, 68 and 5D. RGB value is (45,104,93). Sum of RGB (Red+Green+Blue) = 45+104+93=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #2D685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D685D is #D297A2. Grayscale: #555555. Windows color (decimal): -13801379 or 6121517. OLE color: 6121517.

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

Color convert

RGB 45 104 93 -
CMYK 0.57 0 0.11 0.59
HSL 168.81º 0.4% 0.29% -
HSV(B) 168.81º 0.57% 0.41% -
XYZ 8.01 11.25 12.11 -
YUV 85.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 45 104 93 0.57 0 0.11 0.59 168.81 0.4 0.29
Hex 2D 68 5D 39 0 B 3B A9 28 1D
Octal 55 150 135 71 0 13 73 251 50 35
Binary 101101 1101000 1011101 111001 0 1011 111011 10101001 101000 11101

Color Harmonies of #2D685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D685D

Black with #2D685D

Text Example


Text Example

White with #2D685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,104,93); }

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

background-color css

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

 a { background-color: rgb(45,104,93); }

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

border-color css

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

 span { border-color: rgb(45,104,93); }

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