#2A6D5F

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

Shades of Eden #2A6D5F

Tints of Eden #2A6D5F

Color information

#2A6D5F (or 0x2A6D5F) is unknown color: approx Eden. HEX triplet: 2A, 6D and 5F. RGB value is (42,109,95). Sum of RGB (Red+Green+Blue) = 42+109+95=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #2A6D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6D5F is #D592A0. Grayscale: #575757. Windows color (decimal): -13996705 or 6253866. OLE color: 6253866.

HSL color Cylindrical-coordinate representation of color #2A6D5F: hue angle of 167.46º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6D5F is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB4210995-
CMYK0.6100.130.57
HSL167.46º44.37%29.61%-
HSV(B)167.46º61.47%42.75%-
XYZ8.4912.2612.74-
YUV87.37132.395.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=17.07%
G=44.31%
B=38.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42109950.6100.130.57167.4644.3729.61
Hex2A6D5F3D0D39a72c1e
Octal5215513775015712475436
Binary10101011011011011111111101011011110011010011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,109,95); }

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

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

 a { background-color: rgb(42,109,95); }

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

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

 span { border-color: rgb(42,109,95); }

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