Html Css Color HEX #2D655B Eden

📋 copy color: '#2D655B'

red 45 ◦ green 101 ◦ blue 91

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

Shades of Eden #2D655B

Tints of Eden #2D655B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 18.99%
G = 42.62%
B = 38.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#2D655B (or 0x2D655B) is known color: Eden. HEX triplet: 2D, 65 and 5B. RGB value is (45,101,91). Sum of RGB (Red+Green+Blue) = 45+101+91=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #2D655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D655B is #D29AA4. Grayscale: #535353. Windows color (decimal): -13802149 or 5989677. OLE color: 5989677.

HSL color Cylindrical-coordinate representation of color #2D655B: hue angle of 169.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D655B is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 45 101 91 -
CMYK 0.55 0 0.10 0.60
HSL 169.29º 0.38% 0.29% -
HSV(B) 169.29º 0.55% 0.4% -
XYZ 7.62 10.62 11.55 -
YUV 83.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 45 101 91 0.55 0 0.10 0.60 169.29 0.38 0.29
Hex 2D 65 5B 37 0 A 3C A9 26 1D
Octal 55 145 133 67 0 12 74 251 46 35
Binary 101101 1100101 1011011 110111 0 1010 111100 10101001 100110 11101

Color Harmonies of #2D655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D655B

Black with #2D655B

Text Example


Text Example

White with #2D655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,101,91); }

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

background-color css

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

 a { background-color: rgb(45,101,91); }

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

border-color css

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

 span { border-color: rgb(45,101,91); }

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