Html Css Color HEX #2B655D Eden

📋 copy color: '#2B655D'

red 43 ◦ green 101 ◦ blue 93

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

Shades of Eden #2B655D

Tints of Eden #2B655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 18.14%
G = 42.62%
B = 39.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#2B655D (or 0x2B655D) is known color: Eden. HEX triplet: 2B, 65 and 5D. RGB value is (43,101,93). Sum of RGB (Red+Green+Blue) = 43+101+93=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #2B655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B655D is #D49AA2. Grayscale: #525252. Windows color (decimal): -13933219 or 6120747. OLE color: 6120747.

HSL color Cylindrical-coordinate representation of color #2B655D: hue angle of 171.72º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B655D is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 101 93 -
CMYK 0.57 0 0.08 0.60
HSL 171.72º 0.4% 0.28% -
HSV(B) 171.72º 0.57% 0.4% -
XYZ 7.63 10.61 12 -
YUV 82.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 43 101 93 0.57 0 0.08 0.60 171.72 0.4 0.28
Hex 2B 65 5D 39 0 8 3C AC 28 1C
Octal 53 145 135 71 0 10 74 254 50 34
Binary 101011 1100101 1011101 111001 0 1000 111100 10101100 101000 11100

Color Harmonies of #2B655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B655D

Black with #2B655D

Text Example


Text Example

White with #2B655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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