#2A6962

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

Shades of Eden #2A6962

Tints of Eden #2A6962

Color information

#2A6962 (or 0x2A6962) is unknown color: approx Eden. HEX triplet: 2A, 69 and 62. RGB value is (42,105,98). Sum of RGB (Red+Green+Blue) = 42+105+98=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6962 is #D5969D. Grayscale: #555555. Windows color (decimal): -13997726 or 6449450. OLE color: 6449450.

HSL color Cylindrical-coordinate representation of color #2A6962: hue angle of 173.33º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6962 is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB4210598-
CMYK0.600.070.59
HSL173.33º42.86%28.82%-
HSV(B)173.33º60%41.18%-
XYZ8.2111.4813.34-
YUV85.36135.1397.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 98 (38.67% from 255) = 40%
R=17.14%
G=42.86%
B=40%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42105980.600.070.59173.3342.8628.82
Hex2A69623C073Bad2b1d
Octal521511427407732555335
Binary1010101101001110001011110001111110111010110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,105,98); }

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

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

 a { background-color: rgb(42,105,98); }

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

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

 span { border-color: rgb(42,105,98); }

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