#2A715A

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

Shades of Eden #2A715A

Tints of Eden #2A715A

Color information

#2A715A (or 0x2A715A) is unknown color: approx Eden. HEX triplet: 2A, 71 and 5A. RGB value is (42,113,90). Sum of RGB (Red+Green+Blue) = 42+113+90=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #2A715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A715A is #D58EA5. Grayscale: #595959. Windows color (decimal): -13995686 or 5927210. OLE color: 5927210.

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

Color convert

RGB4211390-
CMYK0.6300.200.56
HSL160.56º45.81%30.39%-
HSV(B)160.56º62.83%44.31%-
XYZ8.7113.0411.73-
YUV89.15128.4894.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=17.14%
G=46.12%
B=36.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42113900.6300.200.56160.5645.8130.39
Hex2A715A3F01438a12e1e
Octal5216113277024702415636
Binary101010111000110110101111110101001110001010000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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