Html Css Color HEX #2D6B59 Eden

📋 copy color: '#2D6B59'

red 45 ◦ green 107 ◦ blue 89

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

Shades of Eden #2D6B59

Tints of Eden #2D6B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.4%

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

R = 18.67%
G = 44.4%
B = 36.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#2D6B59 (or 0x2D6B59) is known color: Eden. HEX triplet: 2D, 6B and 59. RGB value is (45,107,89). Sum of RGB (Red+Green+Blue) = 45+107+89=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B59 is #D294A6. Grayscale: #565656. Windows color (decimal): -13800615 or 5860141. OLE color: 5860141.

HSL color Cylindrical-coordinate representation of color #2D6B59: hue angle of 162.58º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6B59 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 107 89 -
CMYK 0.58 0 0.17 0.58
HSL 162.58º 0.41% 0.3% -
HSV(B) 162.58º 0.58% 0.42% -
XYZ 8.14 11.79 11.3 -
YUV 86.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 45 107 89 0.58 0 0.17 0.58 162.58 0.41 0.3
Hex 2D 6B 59 3A 0 11 3A A3 29 1E
Octal 55 153 131 72 0 21 72 243 51 36
Binary 101101 1101011 1011001 111010 0 10001 111010 10100011 101001 11110

Color Harmonies of #2D6B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6B59

Black with #2D6B59

Text Example


Text Example

White with #2D6B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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