#2A705A

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

Shades of Eden #2A705A

Tints of Eden #2A705A

Color information

#2A705A (or 0x2A705A) is unknown color: approx Eden. HEX triplet: 2A, 70 and 5A. RGB value is (42,112,90). Sum of RGB (Red+Green+Blue) = 42+112+90=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #2A705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A705A is #D58FA5. Grayscale: #585858. Windows color (decimal): -13995942 or 5926954. OLE color: 5926954.

HSL color Cylindrical-coordinate representation of color #2A705A: hue angle of 161.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A705A is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB4211290-
CMYK0.6200.200.56
HSL161.14º45.45%30.2%-
HSV(B)161.14º62.5%43.92%-
XYZ8.5912.8211.69-
YUV88.56128.8194.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=17.21%
G=45.90%
B=36.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42112900.6200.200.56161.1445.4530.2
Hex2A705A3E01438a12d1e
Octal5216013276024702415536
Binary101010111000010110101111100101001110001010000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,90); }

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

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

 a { background-color: rgb(42,112,90); }

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

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

 span { border-color: rgb(42,112,90); }

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