#2F605B

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

Shades of Eden #2F605B

Tints of Eden #2F605B

Color information

#2F605B (or 0x2F605B) is unknown color: approx Eden. HEX triplet: 2F, 60 and 5B. RGB value is (47,96,91). Sum of RGB (Red+Green+Blue) = 47+96+91=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #2F605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F605B is #D09FA4. Grayscale: #505050. Windows color (decimal): -13672357 or 5988399. OLE color: 5988399.

HSL color Cylindrical-coordinate representation of color #2F605B: hue angle of 173.88º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F605B is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB479691-
CMYK0.5100.050.62
HSL173.88º34.27%28.04%-
HSV(B)173.88º51.04%37.65%-
XYZ7.249.7311.39-
YUV80.78133.77103.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.09%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=20.09%
G=41.03%
B=38.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796910.5100.050.62173.8834.2728.04
Hex2F605B33053Eae221c
Octal571401336305762564234
Binary1011111100000101101111001101011111101010111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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