#2A6B61

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

Shades of Eden #2A6B61

Tints of Eden #2A6B61

Color information

#2A6B61 (or 0x2A6B61) is unknown color: approx Eden. HEX triplet: 2A, 6B and 61. RGB value is (42,107,97). Sum of RGB (Red+Green+Blue) = 42+107+97=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B61 is #D5949E. Grayscale: #565656. Windows color (decimal): -13997215 or 6384426. OLE color: 6384426.

HSL color Cylindrical-coordinate representation of color #2A6B61: hue angle of 170.77º 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 #2A6B61 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB4210797-
CMYK0.6100.090.58
HSL170.77º43.62%29.22%-
HSV(B)170.77º60.75%41.96%-
XYZ8.3711.8713.16-
YUV86.42133.9796.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=17.07%
G=43.50%
B=39.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42107970.6100.090.58170.7743.6229.22
Hex2A6B613D093Aab2c1d
Octal5215314175011722535435
Binary10101011010111100001111101010011110101010101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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