#2C6B5D

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

Shades of Eden #2C6B5D

Tints of Eden #2C6B5D

Color information

#2C6B5D (or 0x2C6B5D) is unknown color: approx Eden. HEX triplet: 2C, 6B and 5D. RGB value is (44,107,93). Sum of RGB (Red+Green+Blue) = 44+107+93=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #2C6B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6B5D is #D394A2. Grayscale: #565656. Windows color (decimal): -13866147 or 6122284. OLE color: 6122284.

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

Color convert

RGB4410793-
CMYK0.5900.130.58
HSL166.67º41.72%29.61%-
HSV(B)166.67º58.88%41.96%-
XYZ8.2711.8412.21-
YUV86.57131.6397.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.03%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=18.03%
G=43.85%
B=38.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44107930.5900.130.58166.6741.7229.61
Hex2C6B5D3B0D3Aa72a1e
Octal5415313573015722475236
Binary10110011010111011101111011011011110101010011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,93); }

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

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

 a { background-color: rgb(44,107,93); }

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

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

 span { border-color: rgb(44,107,93); }

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