#2A675B

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

Shades of Eden #2A675B

Tints of Eden #2A675B

Color information

#2A675B (or 0x2A675B) is unknown color: approx Eden. HEX triplet: 2A, 67 and 5B. RGB value is (42,103,91). Sum of RGB (Red+Green+Blue) = 42+103+91=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #2A675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A675B is #D598A4. Grayscale: #535353. Windows color (decimal): -13998245 or 5990186. OLE color: 5990186.

HSL color Cylindrical-coordinate representation of color #2A675B: hue angle of 168.2º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A675B is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB4210391-
CMYK0.5900.120.60
HSL168.2º42.07%28.43%-
HSV(B)168.2º59.22%40.39%-
XYZ7.6910.9511.61-
YUV83.39132.2998.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.80%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=17.80%
G=43.64%
B=38.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42103910.5900.120.60168.242.0728.43
Hex2A675B3B0C3Ca82a1c
Octal5214713373014742505234
Binary10101011001111011011111011011001111001010100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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