Html Css Color HEX #2D6563 Eden

📋 copy color: '#2D6563'

red 45 ◦ green 101 ◦ blue 99

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

Shades of Eden #2D6563

Tints of Eden #2D6563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 18.37%
G = 41.22%
B = 40.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#2D6563 (or 0x2D6563) is known color: Eden. HEX triplet: 2D, 65 and 63. RGB value is (45,101,99). Sum of RGB (Red+Green+Blue) = 45+101+99=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6563 is #D29A9C. Grayscale: #535353. Windows color (decimal): -13802141 or 6513965. OLE color: 6513965.

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

Color convert

RGB 45 101 99 -
CMYK 0.55 0 0.02 0.60
HSL 177.86º 0.38% 0.29% -
HSV(B) 177.86º 0.55% 0.4% -
XYZ 7.99 10.77 13.46 -
YUV 84.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 45 101 99 0.55 0 0.02 0.60 177.86 0.38 0.29
Hex 2D 65 63 37 0 2 3C B2 26 1D
Octal 55 145 143 67 0 2 74 262 46 35
Binary 101101 1100101 1100011 110111 0 10 111100 10110010 100110 11101

Color Harmonies of #2D6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6563

Black with #2D6563

Text Example


Text Example

White with #2D6563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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