#2A6153

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

Shades of Eden #2A6153

Tints of Eden #2A6153

Color information

#2A6153 (or 0x2A6153) is unknown color: approx Eden. HEX triplet: 2A, 61 and 53. RGB value is (42,97,83). Sum of RGB (Red+Green+Blue) = 42+97+83=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #2A6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6153 is #D59EAC. Grayscale: #4E4E4E. Windows color (decimal): -13999789 or 5464362. OLE color: 5464362.

HSL color Cylindrical-coordinate representation of color #2A6153: hue angle of 164.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6153 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB429783-
CMYK0.5700.140.62
HSL164.73º39.57%27.25%-
HSV(B)164.73º56.7%38.04%-
XYZ6.799.679.69-
YUV78.96130.28101.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=18.92%
G=43.69%
B=37.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297830.5700.140.62164.7339.5727.25
Hex2A6153390E3Ea5281b
Octal5214112371016762455033
Binary10101011000011010011111001011101111101010010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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