#2C665C

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

Shades of Eden #2C665C

Tints of Eden #2C665C

Color information

#2C665C (or 0x2C665C) is unknown color: approx Eden. HEX triplet: 2C, 66 and 5C. RGB value is (44,102,92). Sum of RGB (Red+Green+Blue) = 44+102+92=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #2C665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C665C is #D399A3. Grayscale: #535353. Windows color (decimal): -13867428 or 6055468. OLE color: 6055468.

HSL color Cylindrical-coordinate representation of color #2C665C: hue angle of 169.66º 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 #2C665C is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB4410292-
CMYK0.5700.100.6
HSL169.66º39.73%28.63%-
HSV(B)169.66º56.86%40%-
XYZ7.7210.8111.8-
YUV83.52132.7899.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=18.49%
G=42.86%
B=38.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44102920.5700.100.6169.6639.7328.63
Hex2C665C390A3Caa281d
Octal5414613471012742525035
Binary10110011001101011100111001010101111001010101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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