Html Css Color HEX #2D6559 Eden

📋 copy color: '#2D6559'

red 45 ◦ green 101 ◦ blue 89

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

Shades of Eden #2D6559

Tints of Eden #2D6559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 19.15%
G = 42.98%
B = 37.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#2D6559 (or 0x2D6559) is known color: Eden. HEX triplet: 2D, 65 and 59. RGB value is (45,101,89). Sum of RGB (Red+Green+Blue) = 45+101+89=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6559 is #D29AA6. Grayscale: #525252. Windows color (decimal): -13802151 or 5858605. OLE color: 5858605.

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

Color convert

RGB 45 101 89 -
CMYK 0.55 0 0.12 0.60
HSL 167.14º 0.38% 0.29% -
HSV(B) 167.14º 0.55% 0.4% -
XYZ 7.54 10.59 11.1 -
YUV 82.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 45 101 89 0.55 0 0.12 0.60 167.14 0.38 0.29
Hex 2D 65 59 37 0 C 3C A7 26 1D
Octal 55 145 131 67 0 14 74 247 46 35
Binary 101101 1100101 1011001 110111 0 1100 111100 10100111 100110 11101

Color Harmonies of #2D6559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6559

Black with #2D6559

Text Example


Text Example

White with #2D6559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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