#2A6B63

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

Shades of Eden #2A6B63

Tints of Eden #2A6B63

Color information

#2A6B63 (or 0x2A6B63) is unknown color: approx Eden. HEX triplet: 2A, 6B and 63. RGB value is (42,107,99). Sum of RGB (Red+Green+Blue) = 42+107+99=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B63 is #D5949C. Grayscale: #565656. Windows color (decimal): -13997213 or 6515498. OLE color: 6515498.

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

Color convert

RGB4210799-
CMYK0.6100.070.58
HSL172.62º43.62%29.22%-
HSV(B)172.62º60.75%41.96%-
XYZ8.4611.9113.66-
YUV86.65134.9796.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=16.94%
G=43.15%
B=39.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42107990.6100.070.58172.6243.6229.22
Hex2A6B633D073Aad2c1d
Octal521531437507722555435
Binary1010101101011110001111110101111110101010110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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