#2D6B5A

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

Shades of Eden #2D6B5A

Tints of Eden #2D6B5A

Color information

#2D6B5A (or 0x2D6B5A) is unknown color: approx Eden. HEX triplet: 2D, 6B and 5A. RGB value is (45,107,90). Sum of RGB (Red+Green+Blue) = 45+107+90=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B5A is #D294A5. Grayscale: #565656. Windows color (decimal): -13800614 or 5925677. OLE color: 5925677.

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

Color convert

RGB4510790-
CMYK0.5800.160.58
HSL163.55º40.79%29.8%-
HSV(B)163.55º57.94%41.96%-
XYZ8.1911.8111.52-
YUV86.52129.9698.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=18.60%
G=44.21%
B=37.19%

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
Decimal45107900.5800.160.58163.5540.7929.8
Hex2D6B5A3A0103Aa4291e
Octal5515313272020722445136
Binary101101110101110110101110100100001110101010010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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