#2D6C5B

Color #2D6C5B Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #2D6C5B

Tints of Eden #2D6C5B

Color information

#2D6C5B (or 0x2D6C5B) is unknown color: approx Eden. HEX triplet: 2D, 6C and 5B. RGB value is (45,108,91). Sum of RGB (Red+Green+Blue) = 45+108+91=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6C5B is #D293A4. Grayscale: #575757. Windows color (decimal): -13800357 or 5991469. OLE color: 5991469.

HSL color Cylindrical-coordinate representation of color #2D6C5B: hue angle of 163.81º 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 #2D6C5B is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB4510891-
CMYK0.5800.160.58
HSL163.81º41.18%30%-
HSV(B)163.81º58.33%42.35%-
XYZ8.3312.0411.78-
YUV87.22130.1397.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.44%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=18.44%
G=44.26%
B=37.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45108910.5800.160.58163.8141.1830
Hex2D6C5B3A0103Aa4291e
Octal5515413372020722445136
Binary101101110110010110111110100100001110101010010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,108,91); }

 H1.HeaderClassName
 {
   color: #2D6C5B;
 }
 .AnyTagClassName
 {
   color: #2D6C5B;
 }
</style>
background-color css

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

 a { background-color: rgb(45,108,91); }

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

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

 span { border-color: rgb(45,108,91); }

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