#2A715B

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

Shades of Eden #2A715B

Tints of Eden #2A715B

Color information

#2A715B (or 0x2A715B) is unknown color: approx Eden. HEX triplet: 2A, 71 and 5B. RGB value is (42,113,91). Sum of RGB (Red+Green+Blue) = 42+113+91=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #2A715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A715B is #D58EA4. Grayscale: #595959. Windows color (decimal): -13995685 or 5992746. OLE color: 5992746.

HSL color Cylindrical-coordinate representation of color #2A715B: hue angle of 161.41º 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 #2A715B is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB4211391-
CMYK0.6300.190.56
HSL161.41º45.81%30.39%-
HSV(B)161.41º62.83%44.31%-
XYZ8.7513.0611.96-
YUV89.26128.9894.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=17.07%
G=45.93%
B=36.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42113910.6300.190.56161.4145.8130.39
Hex2A715B3F01338a12e1e
Octal5216113377023702415636
Binary101010111000110110111111110100111110001010000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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