Html Css Color HEX #2D665A Eden

📋 copy color: '#2D665A'

red 45 ◦ green 102 ◦ blue 90

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

Shades of Eden #2D665A

Tints of Eden #2D665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 18.99%
G = 43.04%
B = 37.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#2D665A (or 0x2D665A) is known color: Eden. HEX triplet: 2D, 66 and 5A. RGB value is (45,102,90). Sum of RGB (Red+Green+Blue) = 45+102+90=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #2D665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D665A is #D299A5. Grayscale: #535353. Windows color (decimal): -13801894 or 5924397. OLE color: 5924397.

HSL color Cylindrical-coordinate representation of color #2D665A: hue angle of 167.37º 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 #2D665A is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 45 102 90 -
CMYK 0.56 0 0.12 0.6
HSL 167.37º 0.39% 0.29% -
HSV(B) 167.37º 0.56% 0.4% -
XYZ 7.68 10.8 11.35 -
YUV 83.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 45 102 90 0.56 0 0.12 0.6 167.37 0.39 0.29
Hex 2D 66 5A 38 0 C 3C A7 27 1D
Octal 55 146 132 70 0 14 74 247 47 35
Binary 101101 1100110 1011010 111000 0 1100 111100 10100111 100111 11101

Color Harmonies of #2D665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D665A

Black with #2D665A

Text Example


Text Example

White with #2D665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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