#2A6359

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

Shades of Eden #2A6359

Tints of Eden #2A6359

Color information

#2A6359 (or 0x2A6359) is unknown color: approx Eden. HEX triplet: 2A, 63 and 59. RGB value is (42,99,89). Sum of RGB (Red+Green+Blue) = 42+99+89=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6359 is #D59CA6. Grayscale: #505050. Windows color (decimal): -13999271 or 5858090. OLE color: 5858090.

HSL color Cylindrical-coordinate representation of color #2A6359: hue angle of 169.47º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6359 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB429989-
CMYK0.5800.100.61
HSL169.47º40.43%27.65%-
HSV(B)169.47º57.58%38.82%-
XYZ7.2210.1411.03-
YUV80.82132.62100.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=18.26%
G=43.04%
B=38.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4299890.5800.100.61169.4740.4327.65
Hex2A63593A0A3Da9281c
Octal5214313172012752515034
Binary10101011000111011001111010010101111011010100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,89); }

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

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

 a { background-color: rgb(42,99,89); }

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

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

 span { border-color: rgb(42,99,89); }

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