#2A6B5B

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

Shades of Eden #2A6B5B

Tints of Eden #2A6B5B

Color information

#2A6B5B (or 0x2A6B5B) is unknown color: approx Eden. HEX triplet: 2A, 6B and 5B. RGB value is (42,107,91). Sum of RGB (Red+Green+Blue) = 42+107+91=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B5B is #D594A4. Grayscale: #555555. Windows color (decimal): -13997221 or 5991210. OLE color: 5991210.

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

Color convert

RGB4210791-
CMYK0.6100.150.58
HSL165.23º43.62%29.22%-
HSV(B)165.23º60.75%41.96%-
XYZ8.111.7611.74-
YUV85.74130.9796.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=17.5%
G=44.58%
B=37.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42107910.6100.150.58165.2343.6229.22
Hex2A6B5B3D0F3Aa52c1d
Octal5215313375017722455435
Binary10101011010111011011111101011111110101010010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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