Html Css Color HEX #2B685D Eden

📋 copy color: '#2B685D'

red 43 ◦ green 104 ◦ blue 93

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

Shades of Eden #2B685D

Tints of Eden #2B685D

RGB

 RED value IS 43 (17.19% from 255) = 17.92%

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

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

R = 17.92%
G = 43.33%
B = 38.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#2B685D (or 0x2B685D) is known color: Eden. HEX triplet: 2B, 68 and 5D. RGB value is (43,104,93). Sum of RGB (Red+Green+Blue) = 43+104+93=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #2B685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B685D is #D497A2. Grayscale: #545454. Windows color (decimal): -13932451 or 6121515. OLE color: 6121515.

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

Color convert

RGB 43 104 93 -
CMYK 0.59 0 0.11 0.59
HSL 169.18º 0.41% 0.29% -
HSV(B) 169.18º 0.59% 0.41% -
XYZ 7.92 11.2 12.1 -
YUV 84.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 43 104 93 0.59 0 0.11 0.59 169.18 0.41 0.29
Hex 2B 68 5D 3B 0 B 3B A9 29 1D
Octal 53 150 135 73 0 13 73 251 51 35
Binary 101011 1101000 1011101 111011 0 1011 111011 10101001 101001 11101

Color Harmonies of #2B685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B685D

Black with #2B685D

Text Example


Text Example

White with #2B685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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