#2A6C61

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

Shades of Eden #2A6C61

Tints of Eden #2A6C61

Color information

#2A6C61 (or 0x2A6C61) is unknown color: approx Eden. HEX triplet: 2A, 6C and 61. RGB value is (42,108,97). Sum of RGB (Red+Green+Blue) = 42+108+97=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6C61 is #D5939E. Grayscale: #565656. Windows color (decimal): -13996959 or 6384682. OLE color: 6384682.

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

Color convert

RGB4210897-
CMYK0.6100.100.58
HSL170º44%29.41%-
HSV(B)170º61.11%42.35%-
XYZ8.4812.0813.19-
YUV87.01133.6395.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=17.00%
G=43.72%
B=39.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42108970.6100.100.581704429.41
Hex2A6C613D0A3Aaa2c1d
Octal5215414175012722525435
Binary10101011011001100001111101010101110101010101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,108,97); }

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

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

 a { background-color: rgb(42,108,97); }

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

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

 span { border-color: rgb(42,108,97); }

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