#2C695F

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

Shades of Eden #2C695F

Tints of Eden #2C695F

Color information

#2C695F (or 0x2C695F) is unknown color: approx Eden. HEX triplet: 2C, 69 and 5F. RGB value is (44,105,95). Sum of RGB (Red+Green+Blue) = 44+105+95=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #2C695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C695F is #D396A0. Grayscale: #555555. Windows color (decimal): -13866657 or 6252844. OLE color: 6252844.

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

Color convert

RGB4410595-
CMYK0.5800.100.59
HSL170.16º40.94%29.22%-
HSV(B)170.16º58.1%41.18%-
XYZ8.1611.4612.61-
YUV85.62133.2998.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.03%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=18.03%
G=43.03%
B=38.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44105950.5800.100.59170.1640.9429.22
Hex2C695F3A0A3Baa291d
Octal5415113772012732525135
Binary10110011010011011111111010010101110111010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,105,95); }

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

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

 a { background-color: rgb(44,105,95); }

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

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

 span { border-color: rgb(44,105,95); }

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