#2F665E

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

Shades of Eden #2F665E

Tints of Eden #2F665E

Color information

#2F665E (or 0x2F665E) is unknown color: approx Eden. HEX triplet: 2F, 66 and 5E. RGB value is (47,102,94). Sum of RGB (Red+Green+Blue) = 47+102+94=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #2F665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F665E is #D099A1. Grayscale: #545454. Windows color (decimal): -13670818 or 6186543. OLE color: 6186543.

HSL color Cylindrical-coordinate representation of color #2F665E: hue angle of 171.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F665E is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB4710294-
CMYK0.5400.080.6
HSL171.27º36.91%29.22%-
HSV(B)171.27º53.92%40%-
XYZ7.9410.9212.28-
YUV84.64133.28101.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=19.34%
G=41.98%
B=38.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47102940.5400.080.6171.2736.9129.22
Hex2F665E36083Cab251d
Octal5714613666010742534535
Binary10111111001101011110110110010001111001010101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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