Html Css Color HEX #2D7259 Eden

📋 copy color: '#2D7259'

red 45 ◦ green 114 ◦ blue 89

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

Shades of Eden #2D7259

Tints of Eden #2D7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 18.15%
G = 45.97%
B = 35.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#2D7259 (or 0x2D7259) is known color: Eden. HEX triplet: 2D, 72 and 59. RGB value is (45,114,89). Sum of RGB (Red+Green+Blue) = 45+114+89=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #2D7259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7259 is #D28DA6. Grayscale: #5A5A5A. Windows color (decimal): -13798823 or 5861933. OLE color: 5861933.

HSL color Cylindrical-coordinate representation of color #2D7259: hue angle of 158.26º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D7259 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 114 89 -
CMYK 0.61 0 0.22 0.55
HSL 158.26º 0.43% 0.31% -
HSV(B) 158.26º 0.61% 0.45% -
XYZ 8.9 13.31 11.55 -
YUV 90.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 45 114 89 0.61 0 0.22 0.55 158.26 0.43 0.31
Hex 2D 72 59 3D 0 16 37 9E 2B 1F
Octal 55 162 131 75 0 26 67 236 53 37
Binary 101101 1110010 1011001 111101 0 10110 110111 10011110 101011 11111

Color Harmonies of #2D7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7259

Black with #2D7259

Text Example


Text Example

White with #2D7259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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