#2F6557

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

Shades of Eden #2F6557

Tints of Eden #2F6557

Color information

#2F6557 (or 0x2F6557) is unknown color: approx Eden. HEX triplet: 2F, 65 and 57. RGB value is (47,101,87). Sum of RGB (Red+Green+Blue) = 47+101+87=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #2F6557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6557 is #D09AA8. Grayscale: #535353. Windows color (decimal): -13671081 or 5727535. OLE color: 5727535.

HSL color Cylindrical-coordinate representation of color #2F6557: hue angle of 164.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6557 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB4710187-
CMYK0.5300.140.60
HSL164.44º36.49%29.02%-
HSV(B)164.44º53.47%39.61%-
XYZ7.5510.610.67-
YUV83.26130.11102.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=20%
G=42.98%
B=37.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal47101870.5300.140.60164.4436.4929.02
Hex2F6557350E3Ca4241d
Octal5714512765016742444435
Binary10111111001011010111110101011101111001010010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,101,87); }

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

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

 a { background-color: rgb(47,101,87); }

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

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

 span { border-color: rgb(47,101,87); }

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