#2C665F

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

Shades of Eden #2C665F

Tints of Eden #2C665F

Color information

#2C665F (or 0x2C665F) is unknown color: approx Eden. HEX triplet: 2C, 66 and 5F. RGB value is (44,102,95). Sum of RGB (Red+Green+Blue) = 44+102+95=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #2C665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C665F is #D399A0. Grayscale: #535353. Windows color (decimal): -13867425 or 6252076. OLE color: 6252076.

HSL color Cylindrical-coordinate representation of color #2C665F: hue angle of 172.76º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C665F is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB4410295-
CMYK0.5700.070.6
HSL172.76º39.73%28.63%-
HSV(B)172.76º56.86%40%-
XYZ7.8610.8612.51-
YUV83.86134.2899.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=18.26%
G=42.32%
B=39.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44102950.5700.070.6172.7639.7328.63
Hex2C665F39073Cad281d
Octal541461377107742555035
Binary1011001100110101111111100101111111001010110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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