#2D6D5A

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

Shades of Eden #2D6D5A

Tints of Eden #2D6D5A

Color information

#2D6D5A (or 0x2D6D5A) is unknown color: approx Eden. HEX triplet: 2D, 6D and 5A. RGB value is (45,109,90). Sum of RGB (Red+Green+Blue) = 45+109+90=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6D5A is #D292A5. Grayscale: #575757. Windows color (decimal): -13800102 or 5926189. OLE color: 5926189.

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

Color convert

RGB4510990-
CMYK0.5900.170.57
HSL162.19º41.56%30.2%-
HSV(B)162.19º58.72%42.75%-
XYZ8.412.2311.59-
YUV87.7129.397.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.44%
GREEN value IS 109 (42.97% from 255) = 44.67%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=18.44%
G=44.67%
B=36.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45109900.5900.170.57162.1941.5630.2
Hex2D6D5A3B01139a22a1e
Octal5515513273021712425236
Binary101101110110110110101110110100011110011010001010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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