#2A6856

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

Shades of Eden #2A6856

Tints of Eden #2A6856

Color information

#2A6856 (or 0x2A6856) is unknown color: approx Eden. HEX triplet: 2A, 68 and 56. RGB value is (42,104,86). Sum of RGB (Red+Green+Blue) = 42+104+86=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6856 is #D597A9. Grayscale: #535353. Windows color (decimal): -13997994 or 5662762. OLE color: 5662762.

HSL color Cylindrical-coordinate representation of color #2A6856: hue angle of 162.58º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6856 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB4210486-
CMYK0.6000.170.59
HSL162.58º42.47%28.63%-
HSV(B)162.58º59.62%40.78%-
XYZ7.5811.0610.54-
YUV83.41129.4698.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=18.10%
G=44.83%
B=37.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42104860.6000.170.59162.5842.4728.63
Hex2A68563C0113Ba32a1d
Octal5215012674021732435235
Binary101010110100010101101111000100011110111010001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,104,86); }

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

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

 a { background-color: rgb(42,104,86); }

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

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

 span { border-color: rgb(42,104,86); }

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