#2F695B

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

Shades of Eden #2F695B

Tints of Eden #2F695B

Color information

#2F695B (or 0x2F695B) is unknown color: approx Eden. HEX triplet: 2F, 69 and 5B. RGB value is (47,105,91). Sum of RGB (Red+Green+Blue) = 47+105+91=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #2F695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F695B is #D096A4. Grayscale: #565656. Windows color (decimal): -13670053 or 5990703. OLE color: 5990703.

HSL color Cylindrical-coordinate representation of color #2F695B: hue angle of 165.52º 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 #2F695B is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB4710591-
CMYK0.5500.130.59
HSL165.52º38.16%29.8%-
HSV(B)165.52º55.24%41.18%-
XYZ8.1111.4611.68-
YUV86.06130.78100.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=19.34%
G=43.21%
B=37.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47105910.5500.130.59165.5238.1629.8
Hex2F695B370D3Ba6261e
Octal5715113367015732464636
Binary10111111010011011011110111011011110111010011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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