Html Css Color HEX #2D665D Eden

📋 copy color: '#2D665D'

red 45 ◦ green 102 ◦ blue 93

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

Shades of Eden #2D665D

Tints of Eden #2D665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

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

R = 18.75%
G = 42.5%
B = 38.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#2D665D (or 0x2D665D) is known color: Eden. HEX triplet: 2D, 66 and 5D. RGB value is (45,102,93). Sum of RGB (Red+Green+Blue) = 45+102+93=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #2D665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D665D is #D299A2. Grayscale: #535353. Windows color (decimal): -13801891 or 6121005. OLE color: 6121005.

HSL color Cylindrical-coordinate representation of color #2D665D: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D665D is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 45 102 93 -
CMYK 0.56 0 0.09 0.6
HSL 170.53º 0.39% 0.29% -
HSV(B) 170.53º 0.56% 0.4% -
XYZ 7.81 10.85 12.04 -
YUV 83.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 45 102 93 0.56 0 0.09 0.6 170.53 0.39 0.29
Hex 2D 66 5D 38 0 9 3C AB 27 1D
Octal 55 146 135 70 0 11 74 253 47 35
Binary 101101 1100110 1011101 111000 0 1001 111100 10101011 100111 11101

Color Harmonies of #2D665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D665D

Black with #2D665D

Text Example


Text Example

White with #2D665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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