#2F695E

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

Shades of Eden #2F695E

Tints of Eden #2F695E

Color information

#2F695E (or 0x2F695E) is unknown color: approx Eden. HEX triplet: 2F, 69 and 5E. RGB value is (47,105,94). Sum of RGB (Red+Green+Blue) = 47+105+94=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #2F695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F695E is #D096A1. Grayscale: #565656. Windows color (decimal): -13670050 or 6187311. OLE color: 6187311.

HSL color Cylindrical-coordinate representation of color #2F695E: hue angle of 168.62º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F695E is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB4710594-
CMYK0.5500.100.59
HSL168.62º38.16%29.8%-
HSV(B)168.62º55.24%41.18%-
XYZ8.2411.5212.38-
YUV86.4132.2899.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.11%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=19.11%
G=42.68%
B=38.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47105940.5500.100.59168.6238.1629.8
Hex2F695E370A3Ba9261e
Octal5715113667012732514636
Binary10111111010011011110110111010101110111010100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,105,94); }

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

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

 a { background-color: rgb(47,105,94); }

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

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

 span { border-color: rgb(47,105,94); }

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