Html Css Color HEX #2D655D Eden

📋 copy color: '#2D655D'

red 45 ◦ green 101 ◦ blue 93

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

Shades of Eden #2D655D

Tints of Eden #2D655D

RGB

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

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

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

R = 18.83%
G = 42.26%
B = 38.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#2D655D (or 0x2D655D) is known color: Eden. HEX triplet: 2D, 65 and 5D. RGB value is (45,101,93). Sum of RGB (Red+Green+Blue) = 45+101+93=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #2D655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D655D is #D29AA2. Grayscale: #535353. Windows color (decimal): -13802147 or 6120749. OLE color: 6120749.

HSL color Cylindrical-coordinate representation of color #2D655D: hue angle of 171.43º 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 #2D655D is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 45 101 93 -
CMYK 0.55 0 0.08 0.60
HSL 171.43º 0.38% 0.29% -
HSV(B) 171.43º 0.55% 0.4% -
XYZ 7.71 10.66 12.01 -
YUV 83.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 45 101 93 0.55 0 0.08 0.60 171.43 0.38 0.29
Hex 2D 65 5D 37 0 8 3C AB 26 1D
Octal 55 145 135 67 0 10 74 253 46 35
Binary 101101 1100101 1011101 110111 0 1000 111100 10101011 100110 11101

Color Harmonies of #2D655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D655D

Black with #2D655D

Text Example


Text Example

White with #2D655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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