Html Css Color HEX #2D6859 Eden

📋 copy color: '#2D6859'

red 45 ◦ green 104 ◦ blue 89

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

Shades of Eden #2D6859

Tints of Eden #2D6859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.7%

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

R = 18.91%
G = 43.7%
B = 37.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#2D6859 (or 0x2D6859) is known color: Eden. HEX triplet: 2D, 68 and 59. RGB value is (45,104,89). Sum of RGB (Red+Green+Blue) = 45+104+89=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #2D6859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6859 is #D297A6. Grayscale: #545454. Windows color (decimal): -13801383 or 5859373. OLE color: 5859373.

HSL color Cylindrical-coordinate representation of color #2D6859: hue angle of 164.75º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6859 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 45 104 89 -
CMYK 0.57 0 0.14 0.59
HSL 164.75º 0.4% 0.29% -
HSV(B) 164.75º 0.57% 0.41% -
XYZ 7.84 11.18 11.2 -
YUV 84.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 45 104 89 0.57 0 0.14 0.59 164.75 0.4 0.29
Hex 2D 68 59 39 0 E 3B A5 28 1D
Octal 55 150 131 71 0 16 73 245 50 35
Binary 101101 1101000 1011001 111001 0 1110 111011 10100101 101000 11101

Color Harmonies of #2D6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6859

Black with #2D6859

Text Example


Text Example

White with #2D6859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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