Html Css Color HEX #2D655A Eden

📋 copy color: '#2D655A'

red 45 ◦ green 101 ◦ blue 90

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

Shades of Eden #2D655A

Tints of Eden #2D655A

RGB

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

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

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

R = 19.07%
G = 42.8%
B = 38.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#2D655A (or 0x2D655A) is known color: Eden. HEX triplet: 2D, 65 and 5A. RGB value is (45,101,90). Sum of RGB (Red+Green+Blue) = 45+101+90=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #2D655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D655A is #D29AA5. Grayscale: #525252. Windows color (decimal): -13802150 or 5924141. OLE color: 5924141.

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

Color convert

RGB 45 101 90 -
CMYK 0.55 0 0.11 0.60
HSL 168.21º 0.38% 0.29% -
HSV(B) 168.21º 0.55% 0.4% -
XYZ 7.58 10.6 11.32 -
YUV 83 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 45 101 90 0.55 0 0.11 0.60 168.21 0.38 0.29
Hex 2D 65 5A 37 0 B 3C A8 26 1D
Octal 55 145 132 67 0 13 74 250 46 35
Binary 101101 1100101 1011010 110111 0 1011 111100 10101000 100110 11101

Color Harmonies of #2D655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D655A

Black with #2D655A

Text Example


Text Example

White with #2D655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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